sammacbeth / dat-fox

dat:// protocol as a Firefox webextension
MIT License
250 stars 12 forks source link

Fix & Improve window.URL polyfill #36

Closed jeremyredhead closed 5 years ago

jeremyredhead commented 5 years ago

Fixes URL.{create,revoke}ObjectURL static methods, and only replaces window.URL if necessary.

This would fix #34

sammacbeth commented 5 years ago

Thanks for the fix!