The Wayback Machine - https://web.archive.org/web/20210815130820/https://github.com/topics/service-worker
Skip to content
#

service-worker

Here are 1,472 public repositories matching this topic...

workbox
StephanBijzitter
StephanBijzitter commented Mar 7, 2021

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

msw
eddiemoore
eddiemoore commented Aug 10, 2021

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

Improve this page

Add a description, image, and links to the service-worker topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more