UNPKG

fetch-xl

Version:

Fluent, interceptable (using es6 generators), configurable and loggable fetch wrapper

8 lines 150 B
export const LOG_LEVEL = { ERROR: 'error', WARN: 'warn', INFO: 'info', LOG: 'log', TRACE: 'trace', NO_LOGGING: 'NO_LOGGING' };