-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed
Labels
area: service-workerIssues related to the @angular/service-worker packageIssues related to the @angular/service-worker packagefeatureIssue that requests a new featureIssue that requests a new featurefeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorsfeature: votes requiredFeature request which is currently still in the voting phaseFeature request which is currently still in the voting phase
Milestone
Description
🚀 feature request
Relevant Package
This feature request is for @angular/service-worker
Description
While forcing the SW to ignore specific URL is now possible adding http header ngsw-bypass
or ngsw-bypass=true
as query param, it's not possible to specify some URLs to be ignored. This would be very useful when dealing with SDKs like Firestore, that don't allow to edit the http requests.
Describe the solution you'd like
As discussed in #21191 some workarounds are possible : #21191 (Comment) or 21192 (Comment).
Second comment also contains a suggestion on how to modify SW in order to implement the requested feature. This would mean accepting messages to allow to set a list of URLs to ignore.
joaqcid, kiwikern, filippoboiani, JamesonNetworks, azizhk and 6 more
Metadata
Metadata
Assignees
Labels
area: service-workerIssues related to the @angular/service-worker packageIssues related to the @angular/service-worker packagefeatureIssue that requests a new featureIssue that requests a new featurefeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorsfeature: votes requiredFeature request which is currently still in the voting phaseFeature request which is currently still in the voting phase