mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 17:49:16 +02:00
Make ByteStream and ByteBuffer into modules with Worker veresions via build for Issue #16
This commit is contained in:
parent
a457564ff0
commit
ab5f6fc6d2
16 changed files with 1308 additions and 410 deletions
|
@ -15,7 +15,7 @@
|
|||
// This file expects to be invoked as a Worker (see onmessage below).
|
||||
importScripts('../io/bitstream-worker.js');
|
||||
importScripts('../io/bytebuffer.js');
|
||||
importScripts('../io/bytestream.js');
|
||||
importScripts('../io/bytestream-worker.js');
|
||||
importScripts('archive.js');
|
||||
|
||||
const UnarchiveState = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue