-
Notifications
You must be signed in to change notification settings - Fork 49
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
"Call Object.freeze on action" #74
Comments
/cc @johnmellor |
Which probably does not work due to IDL expecting us to use IDL objects. But I guess we can assume that distinction will be removed. |
Meh, maybe throw in a "the JavaScript object corresponding to action" |
annevk
added a commit
that referenced
this issue
Feb 27, 2018
Verbose, but clear and correct. Fixes #74.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://notifications.spec.whatwg.org/#object-members
This should not call the author-overrideable Object.freeze. Instead, call SetIntegrityLevel(action, "frozen").
The text was updated successfully, but these errors were encountered: