You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Body mixin’s arrayBuffer operation steps are defined as:
[returning] the result of running consume body with this and the following step given a byte sequence bytes: return a new ArrayBuffer whose contents are bytes.
The “new ArrayBuffer” portion is unlinked. It should presumably be linking to “create an ArrayBuffer” in Web IDL and its missing argument (a realm) should be supplied. I would expect the realm here to be the relevant realm of this.
The
Body
mixin’sarrayBuffer
operation steps are defined as:The “new ArrayBuffer” portion is unlinked. It should presumably be linking to “create an ArrayBuffer” in Web IDL and its missing argument (a realm) should be supplied. I would expect the realm here to be the relevant realm of this.
(Issue discovered by @twiss when correcting ArrayBuffer usage in WebCrypto algorithms.)
The text was updated successfully, but these errors were encountered: