Re: [ServiceWorker] Passing a scope or scriptURL to register() with escaped '/' or '\ should fail (#630)

I think it's more like a `TypeError` as we don't inspect the relative locations of the escaped strings in the paths of _scriptURL_ and _scope_. E.g, `register('/users%2f~mattto%2fsw.js', { scope: '/users%2f~mattto%2f' })` also rejects.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/630#issuecomment-124471172

Received on Friday, 24 July 2015 10:45:10 UTC