Arthur Stolyar

Results 221 comments of Arthur Stolyar

Why you need `fetch` people? It does not even have abort capabilities for request and will never be able to polyfill network streams such they as they will be present...

Just a side note about this: https://github.com/kentcdodds/es6-todomvc/compare/FEM/06.2-extract-css...FEM/07.0-offline#diff-fc1b37867580a192c480780240064424R28 You may just remove `new OfflinePlugin()` from `webpack.config` in a dev mode, if that makes sense. The result will be the same as...

It will work and write a warning into browser's console that you could forget to add the plugin to your config. If you care what it will include in a...

Though, I already have reports what that warning is a bit annoying, so I'm going to so something with it in a next release. On Sep 19, 2016 11:39 PM,...

Hmm.. I'm pretty sure IE will never support ServiceWorker so there is no reason to send anything special in header for it. > They do read the requests, than convert...

> As you said, a proxy is not allowed to intercept requests I wasn't saying this or wasn't saying proxies are problems, you said that. I just asked why you...

> I'm only talking about the pain of configuring the proxies that are parts of your architecture. I see, yeah, this makes sense.

Didn't look what you do there yet, but why not simply store in tmp cache?

I'm no expert either 😂

Hello. How this event affects the banner? You want to refresh your PWA when new version is available?