Alastair Coote
Alastair Coote
Not sure what even happens with this right now, depends if Alamofire follows 301/302 redirects or not. But we might need to map the stored cache URLs so that they...
This is a meta issue that will have to be split into multiple issues at some point, because there's a lot to do here. ### Difference between iOS and Web...
In browsers, you can run `text()`, `json()` and so on on`Request`, the same as you can `Response`, because they both inherit from `Body`: https://developer.mozilla.org/en-US/docs/Web/API/Request We should do the same too,...
In the course of writing the README for the project, I found out that `ServiceWorkerGlobalScope.skipWaiting()` actually returns a promise... that returns immediately with a value of `undefined`: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/skipWaiting Our version...
I've opened a bug for this: http://www.openradar.me/radar?id=4952053319204864 but so far no replies. Any POST request coming from SWWebView doesn't have its HTTP body attached. Right now I have a [very...