tgvashworth / ServiceWorker-Polyfill

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

Add URL type #4

Closed tgvashworth closed 10 years ago

tgvashworth commented 10 years ago

All URLs should use new URL(...), which means adding a URL class. Should conform to URL standard.

Is there a polyfill?

tgvashworth commented 10 years ago

Polyfill from @passy dom-urls