mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-24 18:10:25 +00:00
Merge pull request #10422 from AlexanderHefner/master
Fix for issue #10315
This commit is contained in:
Vendored
+3
@@ -73,6 +73,9 @@ declare class MockAjax {
|
||||
|
||||
stubRequest(url: RegExp, data?: string, method?: string): JasmineAjaxRequestStub;
|
||||
stubRequest(url: string, data?: string, method?: string): JasmineAjaxRequestStub;
|
||||
|
||||
stubRequest(url: RegExp, data?: RegExp, method?: string): JasmineAjaxRequestStub;
|
||||
stubRequest(url: string, data?: RegExp, method?: string): JasmineAjaxRequestStub;
|
||||
|
||||
requests: JasmineAjaxRequestTracker;
|
||||
stubs: JasmineAjaxStubTracker;
|
||||
|
||||
Reference in New Issue
Block a user