stackOf
stackOf(
error):string|undefined
Defined in: diagnostics/events.ts:94
The stack of anything that was thrown, including the cross-realm case: an
Error from a WeChat sub-context or an iframe fails instanceof but still
carries stack (the same reason the console log handler checks for it).
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”string | undefined