tgvashworth / ServiceWorker-Polyfill

[DEPRECATED] JavaScript ServiceWorker implementation, enabling exploration by authors.
66 stars 7 forks source link

new _Requester returns a Promise, not a _Requester #10

Closed tgvashworth closed 10 years ago

tgvashworth commented 10 years ago

Nasty. _Requester.js#17.

Should be a factory method, or users should create the _Requester, then call networkRequest.

tgvashworth commented 10 years ago

This is no longer true.