-
Notifications
You must be signed in to change notification settings - Fork 164
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
"converting to an ECMAScript value" needs to take a realm, at least sometimes #371
Comments
So for the uses in the IDL spec itself, there is always a current Realm, I believe. But I agree, for uses from other specs something needs to happen. |
Is there a way to find out which specs call the "convert to an ECMAScript value" algorithm, other than Web IDL itself? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g. if you convert a
sequence<DOMString>
to an array, you need to specify the realm/global in which the conversion happens.Related: w3ctag/promises-guide#52 (comment)
The text was updated successfully, but these errors were encountered: