libreccm-legacy/trunk-images/node_modules/popsicle/dist/browser/tough-cookie.js

10 lines
314 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CookieJar = (function () {
function CookieJar() {
throw new TypeError('Cookie jars are not available in browsers');
}
return CookieJar;
}());
exports.CookieJar = CookieJar;
//# sourceMappingURL=tough-cookie.js.map