Mihal Malostanidis
b9c152b6cd
Fix ArrayBuffer in WebWorker
...
ARRAY_BUFFER constant was set using global ArrayBuffer, but here instance checking is made against root.ArrayBuffer.
This breaks WebWorker which has no window.
With this simple fix, I am successfully using it in WebWorker.
Please tell me if you are interested in a pull request to make injecting into global object explicit and support ES6 modules.
8 years ago
Chen Yi-Cyuan
310922df3b
Added
...
- Streaming support(update).
- support for ArrayBuffer input/output.
- support for byte array input/output.
8 years ago
Chen, Yi-Cyuan
8f0ff971cd
1. Added AMD support.
...
2. Fixed ArrayBuffer dosen't work in Webpack.
9 years ago
emn178
99a8069715
Merge pull request #1 from nolsherry/patch-1
...
Add CDNJS version badge in readme
9 years ago
Sherry Chang
cf78b47bfd
Add CDNJS version badge in readme
...
This will add the badge to show its version on CDNJS and also link to its page on CDNJS!
9 years ago
Chen Yi-Cyuan
ea761fa387
Improve performance.
11 years ago
Chen Yi-Cyuan
213f2972f7
* Remove ascii parameter.
...
* Improve performance.
* Add test cases.
11 years ago
Chen Yi-Cyuan
60455c908c
update toHexString
11 years ago
Chen Yi-Cyuan
74024f2b93
* Add test cases.
...
* Improve performance.
11 years ago
emn178
07821b3bac
* Add test cases.
...
* Improve performance.
11 years ago
Chen Yi-Cyuan
f1daa5bc4c
update bower
11 years ago
Chen Yi-Cyuan
7edd46d0e1
update min
11 years ago
Chen Yi-Cyuan
51c98ed475
update README
11 years ago
Chen Yi-Cyuan
41737fe5ee
* Add bower package.
...
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
11 years ago
Chen Yi-Cyuan
0aa248c0b5
Fixed accents bug
11 years ago
Chen Yi-Cyuan
f7a01c475a
update README
12 years ago
Chen Yi-Cyuan
008571f4bc
create project
12 years ago