Commit f42610e
authored
Merge pull request #347 from w3c/update-relevant-realm-handling
For created objects, `this`'s relevant realm is of interest, rather than
its relevant global object.
Also, link out to WebIDL's `this` definition instead of referencing it
explicitly.
Also, note that objects are created in the relevant realm of
`this` by default, rather than mentioning it everywhere.
And finally, refer to the "create an ArrayBuffer" algorithm of WebIDL,
rather than constructing `ArrayBuffer` objects ourselves.1 file changed
+89
-195
lines changed
0 commit comments