devtools-samples
devtools-samples copied to clipboard
Will the script run in devtools blocked page scripts
RT, If I wrote some error code like
while(true) {
console.log('what ever')
}
will this code run in devtools break the page when it opened?
@lichenhao randomly came across your question. It won't "break" the page but eventually it'll crash the tab because you've created an endless loop.
So, the widgets for Chrome is very dangerous. How about use different vm for the third part codes?