service-worker
Here are 1,472 public repositories matching this topic...
Describe the bug
I'm using .on('request:match', (req) => {}) in tests to make sure variables are getting send correctly in the request, however is seems that if I have more than 1 across different tests then they start to fail. I have this in my setupTests file:
beforeAll(() => server.listen({ onUnhandledRequest: 'error' }))
afterAll(() => server.close())
afterEach(() => se-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
Aug 6, 2021
-
Updated
Nov 24, 2020
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
Oct 24, 2018
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Nov 2, 2020 - HTML
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
The default data includes dfua16 links. These need to be updated to be relative or part of the compilation process.
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
May 15, 2018 - Vue
-
Updated
Aug 11, 2021 - Ruby
-
Updated
Aug 12, 2017 - JavaScript
-
Updated
May 10, 2020 - JavaScript
It is easier to install and test, if it's published on packagist.org
-
Updated
May 29, 2019
Improve this page
Add a description, image, and links to the service-worker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the service-worker topic, visit your repo's landing page and select "manage topics."


As a follow-up on GoogleChrome/workbox#2255
Library Affected:
workbox-window.
Browser & Platform:
TypeScript
Issue or Feature Request Description:
While a lot of the types can currently be imported, they do use the source filepaths, which could break at any point as SemVer does not (and should not) handle things like that.
So this, while curre