Skip to content

Commit

Permalink
fix Page visibility API in launched CDT (facebook#43560)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#43560

Changelog: [internal]

Reviewed By: huntie

Differential Revision: D55047534

fbshipit-source-id: e8e17bb1ca7282e0c29e968b6cbd5b4ec147d946
  • Loading branch information
EdmondChuiHW authored and facebook-github-bot committed Mar 20, 2024
1 parent 1ae379c commit 059615f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow-typed/npm/chrome-launcher_v0.15.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ declare module 'chrome-launcher' {
declare class Launcher {
getChromePath(): string;
launch(options: Options): Promise<LaunchedChrome>;
Launcher: {
defaultFlags(): Array<string>,
};
}

declare module.exports: Launcher;
Expand Down

0 comments on commit 059615f

Please sign in to comment.