mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-15 16:05:58 +08:00
add
This commit is contained in:
parent
cef57b90da
commit
7cc92c222e
@ -147,12 +147,6 @@ asyncio.run(main())
|
|||||||
function mk_websocket_hook_code(){
|
function mk_websocket_hook_code(){
|
||||||
!function(){
|
!function(){
|
||||||
var websocket = new WebSocket("ws://127.0.0.1:8887/browser");
|
var websocket = new WebSocket("ws://127.0.0.1:8887/browser");
|
||||||
var v_decodeURIComponent = decodeURIComponent
|
|
||||||
var v_eval = (function(eval){
|
|
||||||
return function(string){
|
|
||||||
return eval(string)
|
|
||||||
}
|
|
||||||
})(eval)
|
|
||||||
websocket.onopen = function(){
|
websocket.onopen = function(){
|
||||||
var info = 'browser:start'
|
var info = 'browser:start'
|
||||||
console.log(info);
|
console.log(info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user