UNPKG

rekwest

Version:

The robust request library that humanity deserves 🌐

12 lines (10 loc) 212 B
export const requestCredentials = { include: 'include', omit: 'omit', sameOrigin: 'same-origin', }; export const requestRedirect = { error: 'error', follow: 'follow', manual: 'manual', };