Skip to content
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

Various events-related improvements #15133

Merged
merged 10 commits into from Jan 21, 2017
Prev

Expose Location only in Window

  • Loading branch information
nox committed Jan 21, 2017
commit a5acf50b583566672aebdff6653f9ba8ed2bb3c6
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// https://html.spec.whatwg.org/multipage/#location
[Exposed=(Window,Worker), Unforgeable] interface Location {
[Exposed=Window, Unforgeable] interface Location {
/*stringifier*/ attribute USVString href;
readonly attribute USVString origin;
attribute USVString protocol;

This file was deleted.

@@ -32,7 +32,6 @@ test_interfaces([
"Headers",
"History",
"ImageData",
"Location",
"MediaError",
"MessageEvent",
"MimeType",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.