whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.19k stars 2.72k forks source link

Worker cleanup #164

Closed annevk closed 9 years ago

annevk commented 9 years ago

I've been looking at workers today.

Anything else?

annevk commented 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.)

annevk commented 9 years ago

@kinu, @horo-t, @sof, thoughts on removing URLMismatchError in Chromium?

annevk commented 9 years ago

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.