console-remote icon indicating copy to clipboard operation
console-remote copied to clipboard

Remote JavaScript Console.Re Connector for Node.js and Browsers

Results 6 console-remote issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.24.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

Bumps [got](https://github.com/sindresorhus/got) to 12.5.2 and updates ancestor dependency [update-notifier](https://github.com/yeoman/update-notifier). These dependencies need to be updated together. Updates `got` from 6.7.1 to 12.5.2 Release notes Sourced from got's releases. v12.5.2 Improve...

dependencies

I'm trying to use consolere from inside the Chrome extension. "Installed" it by downloading it from console.re/connector.js and importing it as a module. The background script (one of the places...

I'm using the latest connecto and adde the JS tag as usual, but when I call console.re.log('remote log test'); the browser throws errors related to de CSP: Content Security Policy:...

I have this `create-react-app` and was wondering if this solution would work on it.