0.1.2 • Published 8 months ago

shared-array-buffer v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

shared-array-buffer

Literally just the SharedArrayBuffer.

Warning this module does not allow postMessage with SharedArrayBuffer as cross origin isolation is still required to do so.

import SharedArrayBuffer from 'shared-array-buffer';

// or

const SharedArrayBuffer = require('shared-array-buffer');

That's it, the SharedArrayBuffer constructor will then be usable even out of cross origin isolated content.

See this discussion.

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.0

8 months ago