We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
atob
fromError
1 parent c12fccd commit f07ea5bCopy full SHA for f07ea5b
stacktrace-js.d.ts
@@ -13,6 +13,7 @@ declare namespace StackTrace {
13
filter?: (stackFrame: StackFrame) => boolean;
14
sourceCache?: SourceCache;
15
offline?: boolean;
16
+ atob?: (input: string) => string;
17
}
18
19
export interface StackFrame {
0 commit comments