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
At the time that the resizable array buffers proposal was active, the IDL specification used the proposed IsResizableArrayBuffer abstract operation as its predicate for [AllowResizable].
This operation was dropped in the final specification and no longer exists. The inline equivalent is to check for the presence of the [[ArrayBufferMaxByteLength]] internal slot.