Home
last modified time | relevance | path

Searched refs:mayInitWithUrlAsync (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-web-browser/build/
H A DWebBrowser.js66 export async function mayInitWithUrlAsync(url, browserPackage) { function
67 if (!ExponentWebBrowser.mayInitWithUrlAsync) {
74 return await ExponentWebBrowser.mayInitWithUrlAsync(url, browserPackage);
H A DWebBrowser.d.ts34 export declare function mayInitWithUrlAsync(url: string, browserPackage?: string): Promise<WebBrows…
H A DWebBrowser.js.map1mayInitWithUrlAsync(\n url: string,\n browserPackage?: string\n): Promise<WebBrowserMayInitWithU…
H A DWebBrowser.types.js.map1 …s used by [`warmUpAsync`](#webbrowserwarmupasyncbrowserpackage), [`mayInitWithUrlAsync`](#webbrows…
/expo/packages/expo-web-browser/src/
H A DWebBrowser.ts108 export async function mayInitWithUrlAsync( function
112 if (!ExponentWebBrowser.mayInitWithUrlAsync) {
118 return await ExponentWebBrowser.mayInitWithUrlAsync(url, browserPackage);
/expo/apps/native-component-list/src/screens/WebBrowser/
H A DWebBrowserScreen.tsx66 const result = await WebBrowser.mayInitWithUrlAsync(url, lastWarmedPackage);
/expo/packages/expo-web-browser/android/src/test/java/expo/modules/webbrowser/
H A DWebBrowserModuleTest.kt36 fun mayInitWithUrlAsync(url: String, browserPackage: String?): Bundle in openBrowserAsync() method