Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3166721
D9717.id32721.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D9717.id32721.diff
View Options
diff --git a/keyserver/flow-typed/npm/express_v4.17.x.js b/keyserver/flow-typed/npm/express_v4.17.x.js
--- a/keyserver/flow-typed/npm/express_v4.17.x.js
+++ b/keyserver/flow-typed/npm/express_v4.17.x.js
@@ -1,5 +1,5 @@
-// flow-typed signature: b7d2ab903e09911c82af9bd300893dc7
-// flow-typed version: 56d59f6e77/express_v4.17.x/flow_>=v0.104.x
+// flow-typed signature: e325fc5832ca944b2b2735ebbebbab61
+// flow-typed version: 4cce735749/express_v4.17.x/flow_>=v0.104.x
declare type express$RouterOptions = {
caseSensitive?: boolean,
@@ -66,6 +66,7 @@
path: string;
protocol: "https" | "http";
query: { [name: string]: string | Array<string>, ... };
+ res?: express$Response;
route: string;
secure: boolean;
signedCookies: { [signedCookie: string]: string, ... };
@@ -136,6 +137,10 @@
locals?: { [name: string]: mixed, ... },
callback?: express$RenderCallback
): this;
+ render(
+ view: string,
+ callback?: express$RenderCallback
+ ): this;
send(body?: mixed): this;
sendFile(
path: string,
diff --git a/services/electron-update-server/flow-typed/npm/express_v4.17.x.js b/services/electron-update-server/flow-typed/npm/express_v4.17.x.js
--- a/services/electron-update-server/flow-typed/npm/express_v4.17.x.js
+++ b/services/electron-update-server/flow-typed/npm/express_v4.17.x.js
@@ -93,6 +93,7 @@
path?: string,
secure?: boolean,
signed?: boolean,
+ sameSite?: boolean | string,
...
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 2:47 AM (46 m, 21 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2438972
Default Alt Text
D9717.id32721.diff (1 KB)
Attached To
Mode
D9717: [Flow202][electron-update-server][skip-ci] [2/3] Use the same flow-typed libdef for express throughout our codebase
Attached
Detach File
Event Timeline
Log In to Comment