Arthur Stolyar
Arthur Stolyar
> Would you agree that the scenario above is possible? Yes, I agree with that. > If so, would you be interested in trying to address it, specifically re-pre-caching via...
With no-cors response status is unknown and is reported with `0`. Which isn't `200`. Basically, ServiceWorker isn't able to detect if resource fetching errored or not, so `offline-plugin` doesn't cache...
> Thank you very much for answering my question. but the b site related resources are external resources, I am not the owner, offline-plugin how to set it Well, you...
`install()` method as `'serviceWorker' in navigator` check inside.
@matheusml which version of iOS and which version of `offline-plugin`?
I'll need to test that. It seems to me like it might be an AppCache issue. Which is disabled by default though in v5..
Yes, if your ServiceWorker is login dependent you will need to remove it and/or properly handle caches, i.e. remove any sensitive data. Here is an article about how to remove...
You don't really have to follow that article in this case. You may just unregister ServiceWorker from not-logged-in page and register self destroying ServiceWorker, or actually just an empty one....
Hi Nolan! I'm to try to find how to do that with child compilation in webpack, but I do pre-transpile everything on build stage with babel. Is it okay to...
@nolanlawson it should work actually, `minify` option is just not released. I know it's in the docs, I just have a bit of a mess with branches/releases at the time....