Search code examples
iossecuritywebassemblysharedarraybuffercross-origin-opener-policy

Can I use SharedArrayBuffer on iOS?


According to Mozilla, there is no browser on iOS supporting the cross-origin-opener-policy, which is one of the security requirements for enabling a SharedArrayBuffer. Does this mean I cannot use a SharedArrayBuffer for any web-application on the iOS platform?


Solution

  • actually it says on the Caniuse site that you can enable the feature, but I have found no documentation to this end re: Safari