Skip to content

Commit 059615f

Browse files
EdmondChuiHWfacebook-github-bot
authored andcommitted
fix Page visibility API in launched CDT (#43560)
Summary: Pull Request resolved: #43560 Changelog: [internal] Reviewed By: huntie Differential Revision: D55047534 fbshipit-source-id: e8e17bb1ca7282e0c29e968b6cbd5b4ec147d946
1 parent 1ae379c commit 059615f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow-typed/npm/chrome-launcher_v0.15.x.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ declare module 'chrome-launcher' {
4444
declare class Launcher {
4545
getChromePath(): string;
4646
launch(options: Options): Promise<LaunchedChrome>;
47+
Launcher: {
48+
defaultFlags(): Array<string>,
49+
};
4750
}
4851

4952
declare module.exports: Launcher;

0 commit comments

Comments
 (0)