Supported Methods
Node
Method
Description
Docs
process.hasUncaughtExceptionCaptureCallback
Find out if there is an uncaught exception callback set
process.setUncaughtExceptionCaptureCallback
Set a callback to run when there is an uncaught exception
v8.cachedDataVersionTag
Get a version tag derived from the V8 version, command-line flags, and detected CPU features
Web
Method
Description
Docs
bind
calls
bind
callsFor each method listed above, Sandworm also intercepts bind
calls. To allow bind
calls with more than one argument, the bind.args
permission is required. Read more.
Last updated
Was this helpful?