<- Chrome Settings Library

SharedArrayBufferUnrestrictedAccessAllowed

Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context
Last updated October 8, 2024

Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context. Google Chrome will require cross-origin isolation when using SharedArrayBuffers from Google Chrome 91 onward (2021-05-25) for Web Compatibility reasons. Additional details can be found on: https://developer.chrome.com/blog/enabling-shared-array-buffer/. When set to Enabled, sites can use SharedArrayBuffer with no restrictions. When set to Disabled or not set, sites can only use SharedArrayBuffers when cross-origin isolated.

Supported On:
Platform Start End
Chrome (Windows, Mac, Linux) 91
ChromeOS 91
Example value:

false

Features: