UNPKG

@atproto/oauth-client-browser

Version:

ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)

3 lines 245 B
export declare function handleRequest<T>(request: IDBRequest<T>, onSuccess: (result: T) => void, onError: (error: Error) => void): void; export declare function promisify<T>(request: IDBRequest<T>): Promise<T>; //# sourceMappingURL=util.d.ts.map