Guest User

Untitled

a guest
Dec 10th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.55 KB | None | 0 0
  1. { isStatic: false,
  2. isDev: true,
  3. isHMR: false,
  4. app:
  5. { store:
  6. Store {
  7. _committing: false,
  8. _actions: {},
  9. _actionSubscribers: [],
  10. _mutations: [Object],
  11. _wrappedGetters: {},
  12. _modules: [ModuleCollection],
  13. _modulesNamespaceMap: [Object],
  14. _subscribers: [],
  15. _watcherVM: [Vue],
  16. dispatch: [Function: boundDispatch],
  17. commit: [Function: boundCommit],
  18. strict: true,
  19. getters: {},
  20. _vm: [Vue],
  21. '$router': [VueRouter],
  22. registerModule: [Function],
  23. app: [Circular],
  24. '$env': [Object],
  25. '$axios': [Function] },
  26. router:
  27. VueRouter {
  28. app: [Vue],
  29. apps: [Array],
  30. options: [Object],
  31. beforeHooks: [],
  32. resolveHooks: [],
  33. afterHooks: [],
  34. matcher: [Object],
  35. fallback: false,
  36. mode: 'abstract',
  37. history: [AbstractHistory] },
  38. nuxt:
  39. { defaultTransition: [Object],
  40. transitions: [Array],
  41. setTransitions: [Function: setTransitions],
  42. err: null,
  43. dateErr: null,
  44. error: [Function: error] },
  45. head:
  46. { htmlAttrs: [Object],
  47. title: 'Nationellt kliniskt kunskapsstöd',
  48. meta: [Array],
  49. link: [Array],
  50. style: [],
  51. script: [] },
  52. render: [Function: render],
  53. data: [Function: data],
  54. beforeCreate: [Function: beforeCreate],
  55. created: [Function: created],
  56. mounted: [Function: mounted],
  57. watch: { 'nuxt.err': 'errorChanged' },
  58. computed: { isOffline: [Function: isOffline] },
  59. methods:
  60. { refreshOnlineStatus: [Function: refreshOnlineStatus],
  61. refresh: [AsyncFunction: refresh],
  62. errorChanged: [Function: errorChanged],
  63. setLayout: [Function: setLayout],
  64. loadLayout: [Function: loadLayout] },
  65. components: { NuxtLoading: [Object] },
  66. context: [Circular],
  67. '$env': { SERVICES_URL: undefined },
  68. '$axios':
  69. { [Function: wrap]
  70. request: [Function: wrap],
  71. getUri: [Function: wrap],
  72. delete: [Function: wrap],
  73. get: [Function: wrap],
  74. head: [Function: wrap],
  75. options: [Function: wrap],
  76. post: [Function: wrap],
  77. put: [Function: wrap],
  78. patch: [Function: wrap],
  79. defaults: [Object],
  80. interceptors: [Object],
  81. CancelToken: [Function],
  82. isCancel: [Function: isCancel],
  83. setBaseURL: [Function: bound setBaseURL],
  84. setHeader: [Function: bound setHeader],
  85. setToken: [Function: bound setToken],
  86. onRequest: [Function: bound onRequest],
  87. onResponse: [Function: bound onResponse],
  88. onRequestError: [Function: bound onRequestError],
  89. onResponseError: [Function: bound onResponseError],
  90. onError: [Function: bound onError],
  91. '$request': [Function: bound ],
  92. '$delete': [Function: bound ],
  93. '$get': [Function: bound ],
  94. '$head': [Function: bound ],
  95. '$options': [Function: bound ],
  96. '$post': [Function: bound ],
  97. '$put': [Function: bound ],
  98. '$patch': [Function: bound ] } },
  99. store:
  100. Store {
  101. _committing: false,
  102. _actions: {},
  103. _actionSubscribers: [],
  104. _mutations:
  105. { 'ao/setSelectedLetter': [Array],
  106. 'ao/setDocumentsOnSelectedLetter': [Array],
  107. 'county/setCounty': [Array],
  108. 'document/setDocumentSearching': [Array],
  109. 'document/setDocument': [Array],
  110. 'document/setLoading': [Array],
  111. 'subjectgroups/setSelectedGroup': [Array],
  112. 'subjectgroups/setDocumentsInSelectedGroup': [Array] },
  113. _wrappedGetters: {},
  114. _modules: ModuleCollection { root: [Module] },
  115. _modulesNamespaceMap:
  116. { 'ao/': [Module],
  117. 'county/': [Module],
  118. 'document/': [Module],
  119. 'search/': [Module],
  120. 'subjectgroups/': [Module] },
  121. _subscribers: [],
  122. _watcherVM:
  123. Vue {
  124. _uid: 5,
  125. _isVue: true,
  126. '$options': [Object],
  127. _renderProxy: [Vue],
  128. _self: [Circular],
  129. '$parent': undefined,
  130. '$root': [Circular],
  131. '$children': [],
  132. '$refs': {},
  133. _watcher: null,
  134. _inactive: null,
  135. _directInactive: false,
  136. _isMounted: false,
  137. _isDestroyed: false,
  138. _isBeingDestroyed: false,
  139. _events: {},
  140. _hasHookEvent: false,
  141. _vnode: null,
  142. _staticTrees: null,
  143. '$vnode': undefined,
  144. '$slots': {},
  145. '$scopedSlots': {},
  146. _c: [Function],
  147. '$createElement': [Function],
  148. '$attrs': [Getter/Setter],
  149. '$listeners': [Getter/Setter],
  150. _routerRoot: [Circular],
  151. _bv__modal: [BvModal],
  152. _bv__toast: [BvToast],
  153. _watchers: [],
  154. _data: {} },
  155. dispatch: [Function: boundDispatch],
  156. commit: [Function: boundCommit],
  157. strict: true,
  158. getters: {},
  159. _vm:
  160. Vue {
  161. _uid: 6,
  162. _isVue: true,
  163. '$options': [Object],
  164. _renderProxy: [Vue],
  165. _self: [Circular],
  166. '$parent': undefined,
  167. '$root': [Circular],
  168. '$children': [],
  169. '$refs': {},
  170. _watcher: null,
  171. _inactive: null,
  172. _directInactive: false,
  173. _isMounted: false,
  174. _isDestroyed: false,
  175. _isBeingDestroyed: false,
  176. _events: {},
  177. _hasHookEvent: false,
  178. _vnode: null,
  179. _staticTrees: null,
  180. '$vnode': undefined,
  181. '$slots': {},
  182. '$scopedSlots': {},
  183. _c: [Function],
  184. '$createElement': [Function],
  185. '$attrs': [Getter/Setter],
  186. '$listeners': [Getter/Setter],
  187. _routerRoot: [Circular],
  188. _bv__modal: [BvModal],
  189. _bv__toast: [BvToast],
  190. _watchers: [Array],
  191. _data: [Object],
  192. _computedWatchers: {} },
  193. '$router':
  194. VueRouter {
  195. app: [Vue],
  196. apps: [Array],
  197. options: [Object],
  198. beforeHooks: [],
  199. resolveHooks: [],
  200. afterHooks: [],
  201. matcher: [Object],
  202. fallback: false,
  203. mode: 'abstract',
  204. history: [AbstractHistory] },
  205. registerModule: [Function],
  206. app:
  207. { store: [Circular],
  208. router: [VueRouter],
  209. nuxt: [Object],
  210. head: [Object],
  211. render: [Function: render],
  212. data: [Function: data],
  213. beforeCreate: [Function: beforeCreate],
  214. created: [Function: created],
  215. mounted: [Function: mounted],
  216. watch: [Object],
  217. computed: [Object],
  218. methods: [Object],
  219. components: [Object],
  220. context: [Circular],
  221. '$env': [Object],
  222. '$axios': [Function] },
  223. '$env': { SERVICES_URL: undefined },
  224. '$axios':
  225. { [Function: wrap]
  226. request: [Function: wrap],
  227. getUri: [Function: wrap],
  228. delete: [Function: wrap],
  229. get: [Function: wrap],
  230. head: [Function: wrap],
  231. options: [Function: wrap],
  232. post: [Function: wrap],
  233. put: [Function: wrap],
  234. patch: [Function: wrap],
  235. defaults: [Object],
  236. interceptors: [Object],
  237. CancelToken: [Function],
  238. isCancel: [Function: isCancel],
  239. setBaseURL: [Function: bound setBaseURL],
  240. setHeader: [Function: bound setHeader],
  241. setToken: [Function: bound setToken],
  242. onRequest: [Function: bound onRequest],
  243. onResponse: [Function: bound onResponse],
  244. onRequestError: [Function: bound onRequestError],
  245. onResponseError: [Function: bound onResponseError],
  246. onError: [Function: bound onError],
  247. '$request': [Function: bound ],
  248. '$delete': [Function: bound ],
  249. '$get': [Function: bound ],
  250. '$head': [Function: bound ],
  251. '$options': [Function: bound ],
  252. '$post': [Function: bound ],
  253. '$put': [Function: bound ],
  254. '$patch': [Function: bound ] } },
  255. payload: undefined,
  256. error: [Function: bound error],
  257. base: '/',
  258. env: {},
  259. req:
  260. IncomingMessage {
  261. _readableState:
  262. ReadableState {
  263. objectMode: false,
  264. highWaterMark: 16384,
  265. buffer: BufferList { length: 0 },
  266. length: 0,
  267. pipes: null,
  268. pipesCount: 0,
  269. flowing: null,
  270. ended: true,
  271. endEmitted: false,
  272. reading: false,
  273. sync: true,
  274. needReadable: false,
  275. emittedReadable: true,
  276. readableListening: false,
  277. resumeScheduled: false,
  278. emitClose: true,
  279. destroyed: false,
  280. defaultEncoding: 'utf8',
  281. awaitDrain: 0,
  282. readingMore: true,
  283. decoder: null,
  284. encoding: null },
  285. readable: true,
  286. domain: null,
  287. _events: {},
  288. _eventsCount: 0,
  289. _maxListeners: undefined,
  290. socket:
  291. Socket {
  292. connecting: false,
  293. _hadError: false,
  294. _handle: [TCP],
  295. _parent: null,
  296. _host: null,
  297. _readableState: [ReadableState],
  298. readable: true,
  299. domain: null,
  300. _events: [Object],
  301. _eventsCount: 8,
  302. _maxListeners: undefined,
  303. _writableState: [WritableState],
  304. writable: true,
  305. allowHalfOpen: true,
  306. _sockname: null,
  307. _pendingData: null,
  308. _pendingEncoding: '',
  309. server: [Server],
  310. _server: [Server],
  311. timeout: 120000,
  312. parser: [HTTPParser],
  313. on: [Function: socketOnWrap],
  314. _paused: false,
  315. _peername: [Object],
  316. _httpMessage: [ServerResponse],
  317. [Symbol(asyncId)]: 136042,
  318. [Symbol(lastWriteQueueSize)]: 0,
  319. [Symbol(timeout)]: [Timeout],
  320. [Symbol(kBytesRead)]: 0,
  321. [Symbol(kBytesWritten)]: 0 },
  322. connection:
  323. Socket {
  324. connecting: false,
  325. _hadError: false,
  326. _handle: [TCP],
  327. _parent: null,
  328. _host: null,
  329. _readableState: [ReadableState],
  330. readable: true,
  331. domain: null,
  332. _events: [Object],
  333. _eventsCount: 8,
  334. _maxListeners: undefined,
  335. _writableState: [WritableState],
  336. writable: true,
  337. allowHalfOpen: true,
  338. _sockname: null,
  339. _pendingData: null,
  340. _pendingEncoding: '',
  341. server: [Server],
  342. _server: [Server],
  343. timeout: 120000,
  344. parser: [HTTPParser],
  345. on: [Function: socketOnWrap],
  346. _paused: false,
  347. _peername: [Object],
  348. _httpMessage: [ServerResponse],
  349. [Symbol(asyncId)]: 136042,
  350. [Symbol(lastWriteQueueSize)]: 0,
  351. [Symbol(timeout)]: [Timeout],
  352. [Symbol(kBytesRead)]: 0,
  353. [Symbol(kBytesWritten)]: 0 },
  354. httpVersionMajor: 1,
  355. httpVersionMinor: 1,
  356. httpVersion: '1.1',
  357. complete: true,
  358. headers:
  359. { host: 'localhost:3000',
  360. connection: 'keep-alive',
  361. pragma: 'no-cache',
  362. 'cache-control': 'no-cache',
  363. 'upgrade-insecure-requests': '1',
  364. 'user-agent':
  365. 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36',
  366. 'sec-fetch-mode': 'navigate',
  367. 'sec-fetch-user': '?1',
  368. accept:
  369. 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  370. 'sec-fetch-site': 'none',
  371. 'accept-encoding': 'gzip, deflate, br',
  372. 'accept-language': 'en-GB,en;q=0.9,en-US;q=0.8,sv;q=0.7',
  373. cookie:
  374. 'visAllowCookies=true; _ga=GA1.1.331509734.1574428277; policyconsent=eyI4NmNhNmNjMC02OGRlLTQxZjItYWZjOS1mM2FmYjQ1M2JkMjAiOnRydWV9; _gid=GA1.1.1930335885.1575897840' },
  375. rawHeaders:
  376. [ 'Host',
  377. 'localhost:3000',
  378. 'Connection',
  379. 'keep-alive',
  380. 'Pragma',
  381. 'no-cache',
  382. 'Cache-Control',
  383. 'no-cache',
  384. 'Upgrade-Insecure-Requests',
  385. '1',
  386. 'User-Agent',
  387. 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36',
  388. 'Sec-Fetch-Mode',
  389. 'navigate',
  390. 'Sec-Fetch-User',
  391. '?1',
  392. 'Accept',
  393. 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3',
  394. 'Sec-Fetch-Site',
  395. 'none',
  396. 'Accept-Encoding',
  397. 'gzip, deflate, br',
  398. 'Accept-Language',
  399. 'en-GB,en;q=0.9,en-US;q=0.8,sv;q=0.7',
  400. 'Cookie',
  401. 'visAllowCookies=true; _ga=GA1.1.331509734.1574428277; policyconsent=eyI4NmNhNmNjMC02OGRlLTQxZjItYWZjOS1mM2FmYjQ1M2JkMjAiOnRydWV9; _gid=GA1.1.1930335885.1575897840' ],
  402. trailers: {},
  403. rawTrailers: [],
  404. aborted: false,
  405. upgrade: false,
  406. url: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  407. method: 'GET',
  408. statusCode: null,
  409. statusMessage: null,
  410. client:
  411. Socket {
  412. connecting: false,
  413. _hadError: false,
  414. _handle: [TCP],
  415. _parent: null,
  416. _host: null,
  417. _readableState: [ReadableState],
  418. readable: true,
  419. domain: null,
  420. _events: [Object],
  421. _eventsCount: 8,
  422. _maxListeners: undefined,
  423. _writableState: [WritableState],
  424. writable: true,
  425. allowHalfOpen: true,
  426. _sockname: null,
  427. _pendingData: null,
  428. _pendingEncoding: '',
  429. server: [Server],
  430. _server: [Server],
  431. timeout: 120000,
  432. parser: [HTTPParser],
  433. on: [Function: socketOnWrap],
  434. _paused: false,
  435. _peername: [Object],
  436. _httpMessage: [ServerResponse],
  437. [Symbol(asyncId)]: 136042,
  438. [Symbol(lastWriteQueueSize)]: 0,
  439. [Symbol(timeout)]: [Timeout],
  440. [Symbol(kBytesRead)]: 0,
  441. [Symbol(kBytesWritten)]: 0 },
  442. _consuming: false,
  443. _dumped: false,
  444. originalUrl: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  445. _parsedUrl:
  446. Url {
  447. protocol: null,
  448. slashes: null,
  449. auth: null,
  450. host: null,
  451. port: null,
  452. hostname: null,
  453. hash: null,
  454. search: null,
  455. query: null,
  456. pathname: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  457. path: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  458. href: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  459. _raw: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a' },
  460. _parsedOriginalUrl:
  461. Url {
  462. protocol: null,
  463. slashes: null,
  464. auth: null,
  465. host: null,
  466. port: null,
  467. hostname: null,
  468. hash: null,
  469. search: null,
  470. query: null,
  471. pathname: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  472. path: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  473. href: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  474. _raw: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a' },
  475. env: { SERVICES_URL: undefined },
  476. clientEnv: { SERVICES_URL: undefined } },
  477. res:
  478. ServerResponse {
  479. domain: null,
  480. _events: { finish: [Function: bound resOnFinish] },
  481. _eventsCount: 1,
  482. _maxListeners: undefined,
  483. output: [],
  484. outputEncodings: [],
  485. outputCallbacks: [],
  486. outputSize: 0,
  487. writable: true,
  488. _last: false,
  489. chunkedEncoding: false,
  490. shouldKeepAlive: true,
  491. useChunkedEncodingByDefault: true,
  492. sendDate: true,
  493. _removedConnection: false,
  494. _removedContLen: false,
  495. _removedTE: false,
  496. _contentLength: null,
  497. _hasBody: true,
  498. _trailer: '',
  499. finished: false,
  500. _headerSent: false,
  501. socket:
  502. Socket {
  503. connecting: false,
  504. _hadError: false,
  505. _handle: [TCP],
  506. _parent: null,
  507. _host: null,
  508. _readableState: [ReadableState],
  509. readable: true,
  510. domain: null,
  511. _events: [Object],
  512. _eventsCount: 8,
  513. _maxListeners: undefined,
  514. _writableState: [WritableState],
  515. writable: true,
  516. allowHalfOpen: true,
  517. _sockname: null,
  518. _pendingData: null,
  519. _pendingEncoding: '',
  520. server: [Server],
  521. _server: [Server],
  522. timeout: 120000,
  523. parser: [HTTPParser],
  524. on: [Function: socketOnWrap],
  525. _paused: false,
  526. _peername: [Object],
  527. _httpMessage: [Circular],
  528. [Symbol(asyncId)]: 136042,
  529. [Symbol(lastWriteQueueSize)]: 0,
  530. [Symbol(timeout)]: [Timeout],
  531. [Symbol(kBytesRead)]: 0,
  532. [Symbol(kBytesWritten)]: 0 },
  533. connection:
  534. Socket {
  535. connecting: false,
  536. _hadError: false,
  537. _handle: [TCP],
  538. _parent: null,
  539. _host: null,
  540. _readableState: [ReadableState],
  541. readable: true,
  542. domain: null,
  543. _events: [Object],
  544. _eventsCount: 8,
  545. _maxListeners: undefined,
  546. _writableState: [WritableState],
  547. writable: true,
  548. allowHalfOpen: true,
  549. _sockname: null,
  550. _pendingData: null,
  551. _pendingEncoding: '',
  552. server: [Server],
  553. _server: [Server],
  554. timeout: 120000,
  555. parser: [HTTPParser],
  556. on: [Function: socketOnWrap],
  557. _paused: false,
  558. _peername: [Object],
  559. _httpMessage: [Circular],
  560. [Symbol(asyncId)]: 136042,
  561. [Symbol(lastWriteQueueSize)]: 0,
  562. [Symbol(timeout)]: [Timeout],
  563. [Symbol(kBytesRead)]: 0,
  564. [Symbol(kBytesWritten)]: 0 },
  565. _header: null,
  566. _onPendingData: [Function: bound updateOutgoingData],
  567. _sent100: false,
  568. _expect_continue: false,
  569. locals: {},
  570. statusCode: 200,
  571. [Symbol(isCorked)]: false,
  572. [Symbol(outHeadersKey)]: null },
  573. ssrContext:
  574. { req:
  575. IncomingMessage {
  576. _readableState: [ReadableState],
  577. readable: true,
  578. domain: null,
  579. _events: {},
  580. _eventsCount: 0,
  581. _maxListeners: undefined,
  582. socket: [Socket],
  583. connection: [Socket],
  584. httpVersionMajor: 1,
  585. httpVersionMinor: 1,
  586. httpVersion: '1.1',
  587. complete: true,
  588. headers: [Object],
  589. rawHeaders: [Array],
  590. trailers: {},
  591. rawTrailers: [],
  592. aborted: false,
  593. upgrade: false,
  594. url: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  595. method: 'GET',
  596. statusCode: null,
  597. statusMessage: null,
  598. client: [Socket],
  599. _consuming: false,
  600. _dumped: false,
  601. originalUrl: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  602. _parsedUrl: [Url],
  603. _parsedOriginalUrl: [Url],
  604. env: [Object],
  605. clientEnv: [Object] },
  606. res:
  607. ServerResponse {
  608. domain: null,
  609. _events: [Object],
  610. _eventsCount: 1,
  611. _maxListeners: undefined,
  612. output: [],
  613. outputEncodings: [],
  614. outputCallbacks: [],
  615. outputSize: 0,
  616. writable: true,
  617. _last: false,
  618. chunkedEncoding: false,
  619. shouldKeepAlive: true,
  620. useChunkedEncodingByDefault: true,
  621. sendDate: true,
  622. _removedConnection: false,
  623. _removedContLen: false,
  624. _removedTE: false,
  625. _contentLength: null,
  626. _hasBody: true,
  627. _trailer: '',
  628. finished: false,
  629. _headerSent: false,
  630. socket: [Socket],
  631. connection: [Socket],
  632. _header: null,
  633. _onPendingData: [Function: bound updateOutgoingData],
  634. _sent100: false,
  635. _expect_continue: false,
  636. locals: {},
  637. statusCode: 200,
  638. [Symbol(isCorked)]: false,
  639. [Symbol(outHeadersKey)]: null },
  640. url: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  641. spa: undefined,
  642. modern: false,
  643. _registeredComponents: Set {},
  644. styles: [Getter],
  645. _renderStyles: [Function: renderStyles],
  646. _styles:
  647. { '71f83a6d:0': [Object],
  648. '32df6d42:0': [Object],
  649. '5764bbd8:0': [Object] },
  650. redirected: false,
  651. next: [Function],
  652. beforeRenderFns: [ [Function] ],
  653. nuxt:
  654. { layout: 'default',
  655. data: [],
  656. error: null,
  657. state: null,
  658. serverRendered: true },
  659. meta:
  660. { getOptions: [Function: getOptions$1],
  661. setOptions: [Function: setOptions],
  662. refresh: [Function: refresh$1],
  663. inject: [Function: inject$1],
  664. pause: [Function: pause$1],
  665. resume: [Function: resume$1],
  666. addApp: [Function: addApp$1] },
  667. asyncData: {} },
  668. redirect: [Function],
  669. beforeNuxtRender: [Function],
  670. route:
  671. { name: 'Dokument',
  672. meta: [ {} ],
  673. path: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  674. hash: '',
  675. query: {},
  676. params: { name: '95292561-9c04-427b-97e6-0c74b66f619a' },
  677. fullPath: '/dokument/95292561-9c04-427b-97e6-0c74b66f619a',
  678. matched: [ [Object] ] },
  679. next: [Function],
  680. _redirected: false,
  681. _errored: false,
  682. params: { name: '95292561-9c04-427b-97e6-0c74b66f619a' },
  683. query: {},
  684. '$axios':
  685. { [Function: wrap]
  686. request: [Function: wrap],
  687. getUri: [Function: wrap],
  688. delete: [Function: wrap],
  689. get: [Function: wrap],
  690. head: [Function: wrap],
  691. options: [Function: wrap],
  692. post: [Function: wrap],
  693. put: [Function: wrap],
  694. patch: [Function: wrap],
  695. defaults:
  696. { headers: [Object],
  697. baseURL: 'http://localhost:3000/',
  698. transformRequest: [Array],
  699. transformResponse: [Array],
  700. timeout: 0,
  701. adapter: [Function: httpAdapter],
  702. xsrfCookieName: 'XSRF-TOKEN',
  703. xsrfHeaderName: 'X-XSRF-TOKEN',
  704. maxContentLength: -1,
  705. validateStatus: [Function: validateStatus] },
  706. interceptors:
  707. { request: [InterceptorManager],
  708. response: [InterceptorManager] },
  709. CancelToken: { [Function: CancelToken] source: [Function: source] },
  710. isCancel: [Function: isCancel],
  711. setBaseURL: [Function: bound setBaseURL],
  712. setHeader: [Function: bound setHeader],
  713. setToken: [Function: bound setToken],
  714. onRequest: [Function: bound onRequest],
  715. onResponse: [Function: bound onResponse],
  716. onRequestError: [Function: bound onRequestError],
  717. onResponseError: [Function: bound onResponseError],
  718. onError: [Function: bound onError],
  719. '$request': [Function: bound ],
  720. '$delete': [Function: bound ],
  721. '$get': [Function: bound ],
  722. '$head': [Function: bound ],
  723. '$options': [Function: bound ],
  724. '$post': [Function: bound ],
  725. '$put': [Function: bound ],
  726. '$patch': [Function: bound ] } }
Add Comment
Please, Sign In to add comment