UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

9 lines (8 loc) 507 B
import { Server } from "r2-streamer-js/dist/es5/src/http/server"; export declare function secureSessions(server: Server): void; export declare function initSessions(): void; export declare function clearSession(sess: Electron.Session, str: string): Promise<void>; export declare function getWebViewSession(): Electron.Session; export declare function clearWebviewSession(): Promise<void>; export declare function clearDefaultSession(): Promise<void>; export declare function clearSessions(): Promise<void>;