Files
2026-02-10 01:14:19 +00:00

1 line
593 B
Plaintext

{"version":3,"file":"browser.cjs","names":["FetchInterceptor","XMLHttpRequestInterceptor"],"sources":["../../../src/presets/browser.ts"],"sourcesContent":["import { FetchInterceptor } from '../interceptors/fetch'\nimport { XMLHttpRequestInterceptor } from '../interceptors/XMLHttpRequest'\n\n/**\n * The default preset provisions the interception of requests\n * regardless of their type (fetch/XMLHttpRequest).\n */\nexport default [\n new FetchInterceptor(),\n new XMLHttpRequestInterceptor(),\n] as const\n"],"mappings":";;;;;;;;;;;;AAOA,sBAAe,CACb,IAAIA,gCAAkB,EACtB,IAAIC,kDAA2B,CAChC"}