Jeff Posnick

Results 297 comments of Jeff Posnick
trafficstars

@rejhgadellaa, there's an existing issue on https://github.com/GoogleChrome/workbox/issues/1308 to track the Workbox story. Feel free to chime in there. @AndrewMorsillo, thanks for filing https://github.com/GoogleChromeLabs/sw-precache/issues/345 to talk about the `sw-precache` side of...

The background on the current behavior is covered in this issue from the old repo: https://github.com/wibblymat/shed/issues/5 The current configuration is at https://github.com/GoogleChrome/sw-toolbox/blob/master/lib/options.js#L39 and developers could technically override the defaults using...

If we assume that `npm` will be required to install these helpers, then we can use an arbitrary number of subdirectories within a single repo, each with its own `package.json`...

Oh, so this is apparently referred to as a "monorepo", and it's A Thing: https://github.com/babel/babel/blob/master/doc/design/monorepo.md There's a tool for working with this structure (https://github.com/kittens/lerna) but that seems to focus on...

Here's a good monorepo example that we might be able to learn from: https://github.com/danigb/tonal I don't think we'd want the single-version-semantics implied by using https://github.com/kittens/lerna, but we might be able...

What are you referring to, exactly? (Feel free to explain it here and then copy your explanation into the docs. :smile:)

Yeah, the interaction between service workers, fetch, and the browser's "normal" HTTP cache is a frequent source of confusion for developers. Would you prefer `fetchFirst`/`fetchOnly`/`cacheThenFetch` etc.? The existing terminology was,...

Thanks for reporting this. Some more information would be appreciated to get to the bottom of it. If you can reproduce this behavior on a publicly deployed site, can you...

I can't view https://www.voot.com/service-worker.js due to the georestrictions. First, what version of `sw-toolbox` are you using? There's [code](https://github.com/GoogleChrome/sw-toolbox/blob/master/lib/helpers.js#L174) that checks whether a cached response is "fresh" before using it, but...

There is what looks to me like a [bug in Chrome](https://code.google.com/p/chromium/issues/detail?id=546076) that prevents a service worker's `fetch` handler from properly handling a request originating from `` when the `src` lives...