Closed twiss closed 1 year ago
For created objects, this's relevant realm is of interest, rather than its relevant global object.
this
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.
ArrayBuffer
Resolves #346.
Preview | Diff
"this" is defined in Web IDL.
Er, right. I got misled by all of the instances of "this [[HTML]]" in the text, even after removing all of them :) But I've updated the commit message, thanks for catching that!
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.Resolves #346.
Preview | Diff