1 2 3
exports.is_shared_array_buffer_supported = function () { return typeof SharedArrayBuffer === 'function'; };