Home
last modified time | relevance | path

Searched refs:LaunchBrowserInstance (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowser.ts3 import { LaunchBrowserTypes, type LaunchBrowserInstance } from './LaunchBrowser.types'; alias
8 export type { LaunchBrowserInstance };
15 export async function launchBrowserAsync(url: string): Promise<LaunchBrowserInstance> {
H A DLaunchBrowserImplMacOS.ts9 type LaunchBrowserInstance, alias
15 export default class LaunchBrowserImplMacOS implements LaunchBrowserImpl, LaunchBrowserInstance {
41 ): Promise<LaunchBrowserInstance> {
H A DLaunchBrowserImplLinux.ts9 type LaunchBrowserInstance, alias
15 export default class LaunchBrowserImplLinux implements LaunchBrowserImpl, LaunchBrowserInstance {
67 ): Promise<LaunchBrowserInstance> {
H A DLaunchBrowser.types.ts1 export interface LaunchBrowserInstance { interface
32 launchAsync: (browserType: LaunchBrowserTypes, args: string[]) => Promise<LaunchBrowserInstance>;
H A DLaunchBrowserImplWindows.ts8 type LaunchBrowserInstance, alias
18 export default class LaunchBrowserImplWindows implements LaunchBrowserImpl, LaunchBrowserInstance {
69 ): Promise<LaunchBrowserInstance> {
H A DJsInspector.ts3 import { launchBrowserAsync, type LaunchBrowserInstance } from './LaunchBrowser'; alias
16 let openingBrowserInstance: LaunchBrowserInstance | null = null;