Skip to content
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

chrome-remote-interface inspect: TypeError: this is not a typed array. #111

Closed
d33tah opened this issue Apr 21, 2017 · 1 comment
Closed

Comments

@d33tah
Copy link

d33tah commented Apr 21, 2017

[18:58:44] ➜  ~  chrome-remote-interface inspect   

/usr/local/lib/node_modules/chrome-remote-interface/node_modules/ws/lib/PerMessageDeflate.js:8
const TRAILER = Buffer.from([0x00, 0x00, 0xff, 0xff]);
                       ^

TypeError: this is not a typed array.
    at Function.from (native)
    at Object.<anonymous> (/usr/local/lib/node_modules/chrome-remote-interface/node_modules/ws/lib/PerMessageDeflate.js:8:24)
    at Module._compile (module.js:410:26)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/chrome-remote-interface/node_modules/ws/lib/WebSocket.js:16:27)
    at Module._compile (module.js:410:26)
@cyrus-and
Copy link
Owner

You're likely using an old version of Node.js, see cyrus-and/chrome-har-capturer#38.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants