SharedArrayBuffer in WebView

SharedArrayBuffer is disabled. It is useful to avoid copying large buffers to WebWorkers. Though, it had some security implications. Should I just use ArrayBuffers everywhere? Or is there some flag/option to enable them?