mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-21 04:57:26 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
exports.is_shared_array_buffer_supported = function () {
|
|
return typeof SharedArrayBuffer === 'function';
|
|
};
|