mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
Add server onAnyRequest, etc... functions to typedefs (#4109)
This commit is contained in:
committed by
Jennifer Shehane
parent
e7e3153d39
commit
19e1297240
Vendored
+3
@@ -2196,6 +2196,9 @@ declare namespace Cypress {
|
||||
force404: boolean
|
||||
urlMatchingOptions: object
|
||||
whitelist(xhr: Request): void
|
||||
onAnyRequest(route: RouteOptions, proxy: any): void
|
||||
onAnyResponse(route: RouteOptions, proxy: any): void
|
||||
onAnyAbort(route: RouteOptions, proxy: any): void
|
||||
}
|
||||
|
||||
interface SetCookieOptions extends Loggable, Timeoutable {
|
||||
|
||||
Reference in New Issue
Block a user