Closed annevk closed 9 years ago
Fragment identifiers are included as part of the constructor url and as part of self.location
. (As @Ms2ger said Chrome does indeed not consider redirects for self.location
, Firefox does.)
@kinu, @horo-t, @sof, thoughts on removing URLMismatchError
in Chromium?
I'm going to punt on figuring out whether username/password can be forbidden. If anyone is interested in that I recommend figuring it out and then letting this repository know a change is needed. 😊
Inlining URLUtilsReadOnly
is now #187 so closing this.
I've been looking at workers today.
location
) as otherwise redirects make for a confusing and racy model. Implementations also do not match the specification here and use input URL. We should probably make it more explicit what theSharedWorker
map is and where it lives. (Unit of browsing contexts?)URLMismatchError
. Gecko gets away with not implementing it.URLReadonlyUtils
per discussion with @domenic.SharedWorker
name argument defaulting should move to IDL.Anything else?