mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #10027 from yeiniel/master
Added missing preflightContinue option to cors type definition.
This commit is contained in:
Vendored
+1
@@ -16,6 +16,7 @@ declare module "cors" {
|
||||
exposedHeaders?: any;
|
||||
credentials?: boolean;
|
||||
maxAge?: number;
|
||||
preflightContinue?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user