Open spicy-wolf opened 1 year ago
example => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/Function
let func = new Function("global", "fetch", "window", "return 1 + 1") func({}, null, null)
this can remove default fetch and window.
fetch
window
investigate https://jsonlogic.com/
how does VS code web dynamic load extension
see
https://github.com/microsoft/vscode/blob/7c342a3ed0011d7f1f31410cb3a894147081503d/src/vs/workbench/api/worker/extHostExtensionService.ts#L85-L87
example => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/Function
this can remove default
fetch
andwindow
.