-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytebuffer.js in Android WebView throws TypeError #79
Comments
When using https://github.com/dcodeIO/bytebuffer.js/blob/master/dist/bytebuffer.js , do you have a line reference for me? There are a couple of accesses to |
Yep.
|
Hmm, no access to a |
I just figured out that if I hack around dist/bytebuffer.js:77 and :2507 and let |
Hi,
I'm using the browser flavor of bytebuffer.js (the one based on ArrayBuffers) in an app built on top of Apache Cordova (irrelevant, I believe), which uses Android WebView - basically a Chromium-based embedded browser.
I'm getting a
TypeError: Cannot read property 'length' of null
in:My WebView does have support for
ArrayBuffer
s andUint8Array
s. Are there any other requirements? Any ideas?I'm using:
If I try with
bytebuffer-dataview.js
, all is fine. The point is that I have limited CPU/RAM resources and tons of binary data to process, so I'm looking into ways how to shave off some seconds in the processing./Pawel
The text was updated successfully, but these errors were encountered: