INNER CODE UNIT · JavaScript
Frisbee
ladjs/frisbee · src/index.js:95
class Frisbee {
constructor(opts = {}) {
this.opts = {
preventBodyOnMethods: ['GET', 'HEAD', 'DELETE', 'CONNECT'],
interceptableMethods: METHODS,
mode: 'same-origin',
cache: 'default',
credentials: 'same-origin',
redirect: 'follow',
referrer: 'client',
body: null,
params: null,
logRequest: false,
logResponse: false,
parse: {
ignoreQueryPrefix: true
},
stringify: {