diff --git a/sinon/sinon.d.ts b/sinon/sinon.d.ts index f9b33c082..eb62a286e 100644 --- a/sinon/sinon.d.ts +++ b/sinon/sinon.d.ts @@ -245,6 +245,7 @@ interface SinonFakeServer { autoRespondAfter: number; fakeHTTPMethods: boolean; getHTTPMethod: (request: SinonFakeXMLHttpRequest) => string; + requests: SinonFakeXMLHttpRequest[]; // Methods respondWith(body: string): void;