UNPKG

r2-streamer-js

Version:

Readium 2 'streamer' for NodeJS (TypeScript)

15 lines 767 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._authRefresh = exports._authRequest = exports._authResponse = exports._show = exports._urlEncoded = exports._jsonPath = exports._asset = exports._pathBase64 = exports.URL_PARAM_SESSION_INFO = void 0; var epub_1 = require("r2-shared-js/dist/es5/src/parser/epub"); var url_signed_expiry_1 = require("./url-signed-expiry"); exports.URL_PARAM_SESSION_INFO = "r2_SESSION_INFO"; exports._pathBase64 = "pathBase64"; exports._asset = "asset"; exports._jsonPath = "jsonPath"; exports._urlEncoded = "urlEncoded"; exports._show = "show"; exports._authResponse = "authResponse"; exports._authRequest = "authRequest"; exports._authRefresh = "authRefresh"; //# sourceMappingURL=request-ext.js.map