You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obstacle to doing this was that vm.Script does not currently support sourcemaps, so that for backtraces we will have to filter manually. But we need better control of evaluation context, both to have some semblance of security, and in particular to have access to externalSyms so we can properly control access in JavaScript.
The text was updated successfully, but these errors were encountered:
The obstacle to doing this was that
vm.Script
does not currently support sourcemaps, so that for backtraces we will have to filter manually. But we need better control of evaluation context, both to have some semblance of security, and in particular to have access toexternalSyms
so we can properly control access in JavaScript.The text was updated successfully, but these errors were encountered: