blob: 65ed2b862d1146db84ad26dfad9c46104d28dc17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Update chrome-remote-interface.js
=================================
Upstream instructions on
https://github.com/cyrus-and/chrome-remote-interface#using-vanilla-javascript:
% git clone https://github.com/cyrus-and/chrome-remote-interface.git
% cd chrome-remote-interface
% npm install
% TARGET=var DEBUG=true npm run webpack
% cp chrome-remote-interface.js ../
|