Closed Jack-Works closed 1 month ago
The current implementation converts all ArrayBuffer into resizable (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/resizable). This breaks some APIs.
TypeError: Failed to execute 'encrypt' on 'SubtleCrypto': The provided ArrayBufferView value must not be resizable.
The current implementation converts all ArrayBuffer into resizable (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/resizable). This breaks some APIs.