UNPKG

browser-run

Version:

Transform stream that executes JavaScript it receives in a real browser and outputs console output

4 lines (3 loc) 82 B
function foo(){ throw new Error('bar') } console.log('about to call foo'); foo();