blob: 6fa189b1c1e81972a602021bbef0beb290203040 [file] [log] [blame]
exports.is_shared_array_buffer_supported = function () {
return typeof SharedArrayBuffer === 'function';
};