1
0
Fork 0
js-utils/docs/api/js-utils.asynctracker.getst...

511 B

Home > @apextoaster/js-utils > AsyncTracker > getStack

AsyncTracker.getStack() method

Get a filtered version of the current call stack. This creates a new error to generate the stack trace and will be quite slow.

Signature:

getStack(): string;

Returns:

string