UNPKG

rekwest

Version:

The robust request library that humanity deserves 🌐

16 lines (15 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.requestRedirect = exports.requestCredentials = void 0; const requestCredentials = exports.requestCredentials = { include: 'include', omit: 'omit', sameOrigin: 'same-origin' }; const requestRedirect = exports.requestRedirect = { error: 'error', follow: 'follow', manual: 'manual' };