WIP
100% Pure Vim Script implementation of Chrome Debugger Protocol client
At first, launch Google Chrome with --remote-debugging-port=9222
. Then, below code will reload an active page.
let cdp = cdp#new()
call cdp.send('Page.reload')
WIP
100% Pure Vim Script implementation of Chrome Debugger Protocol client
At first, launch Google Chrome with --remote-debugging-port=9222
. Then, below code will reload an active page.
let cdp = cdp#new()
call cdp.send('Page.reload')