tc39/proposal-arraybuffer-base64

GetUint8ArrayBytes needs to be aware of SAB access

syg opened this issue · 0 comments

syg commented

The way the current spec text at the time of this writing specs GetUint8ArrayBytes is underdefined for SABs. You probably want to copy the bytes out using GetValueFromBuffer with ~unordered~ memory order.

Edit: fixed GetValueFromBuffer link.