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 8ccdb26Copy full SHA for 8ccdb26
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