Update checked-in dependencies
This commit is contained in:
parent
4b72bef651
commit
dbb232a3d8
1389 changed files with 209949 additions and 542 deletions
4
node_modules/@mswjs/interceptors/lib/node/RemoteHttpInterceptor.d.ts
generated
vendored
4
node_modules/@mswjs/interceptors/lib/node/RemoteHttpInterceptor.d.ts
generated
vendored
|
|
@ -3,6 +3,7 @@ import { h as Interceptor, H as HttpRequestEventMap } from './Interceptor-436630
|
|||
import { a as BatchInterceptor } from './BatchInterceptor-67bf41ba.js';
|
||||
import { ClientRequestInterceptor } from './interceptors/ClientRequest/index.js';
|
||||
import { XMLHttpRequestInterceptor } from './interceptors/XMLHttpRequest/index.js';
|
||||
import { FetchInterceptor } from './interceptors/fetch/index.js';
|
||||
import '@open-draft/deferred-promise';
|
||||
import '@open-draft/logger';
|
||||
import 'strict-event-emitter';
|
||||
|
|
@ -24,7 +25,8 @@ interface SerializedResponse {
|
|||
}
|
||||
declare class RemoteHttpInterceptor extends BatchInterceptor<[
|
||||
ClientRequestInterceptor,
|
||||
XMLHttpRequestInterceptor
|
||||
XMLHttpRequestInterceptor,
|
||||
FetchInterceptor
|
||||
]> {
|
||||
constructor();
|
||||
protected setup(): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue