1
0
Fork 0
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:
codedread 2020-04-02 00:07:14 -07:00
parent a457564ff0
commit ab5f6fc6d2
16 changed files with 1308 additions and 410 deletions

View file

@ -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 = {