Skip to content

Commit

Permalink
Merge pull request #347 from w3c/update-relevant-realm-handling
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
twiss committed Aug 18, 2023
2 parents 0eed687 + 46aefca commit f42610e
Showing 1 changed file with 89 additions and 195 deletions.
Loading

0 comments on commit f42610e

Please sign in to comment.