Skip to content

Commit 79e89fa

Browse files
committed
rm Global type
1 parent 4f61d40 commit 79e89fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/src/methods/chrome-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export class ChromeAdapterImpl implements ChromeAdapter {
378378
*/
379379
export function chromeAdapterFactory(
380380
mode: InferenceMode,
381-
window?: Global | Window,
381+
window?: Window,
382382
params?: OnDeviceParams
383383
): ChromeAdapterImpl | undefined {
384384
// Do not initialize a ChromeAdapter if we are not in hybrid mode.

0 commit comments

Comments
 (0)