UNPKG

popsicle

Version:

Simple HTTP requests for node and the browser

9 lines 251 B
"use strict"; 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