-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorEvent.filename should include the hash of the URL #2074
Labels
Comments
Just serializing it should do the trick. Excluding the fragment is a flag. |
"the resource from which script was obtained" is not something that is already stored on script or its environment settings object, is it? |
See #958. It's a mess. |
zcorpan
added a commit
that referenced
this issue
Nov 22, 2016
The URL's hash should be included to match majority of browser engines (WebKit, Gecko, Edge). An "absolute URL" is without the hash according to the URL standard, but serializing a URL record includes it by default. Fixes #2074.
zcorpan
added a commit
that referenced
this issue
Nov 22, 2016
The URL's hash should be included to match majority of browser engines (WebKit, Gecko, Edge). An "absolute URL" is without the hash according to the URL standard, but serializing a URL record includes it by default. Fixes #2074. Closes web-platform-tests/wpt#4221.
alice
pushed a commit
to alice/html
that referenced
this issue
Jan 8, 2019
The URL's hash should be included to match majority of browser engines (WebKit, Gecko, Edge). An "absolute URL" is without the hash according to the URL standard, but serializing a URL record includes it by default. Fixes whatwg#2074. Closes web-platform-tests/wpt#4221.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See web-platform-tests/wpt#4221
I suppose we should serialize the script URL including the hash.
The text was updated successfully, but these errors were encountered: