Home
last modified time | relevance | path

Searched refs:getOriginUrlHandle (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.js10 const getOriginUrlHandle = (hash) => `ExpoWebBrowser_OriginUrl_${hash}`; function
26 window.localStorage.removeItem(getOriginUrlHandle(handle));
73 window.localStorage.setItem(getOriginUrlHandle(handle), url);
134 const url = window.localStorage.getItem(getOriginUrlHandle(handle));
H A DExpoWebBrowser.web.js.map1getOriginUrlHandle = (hash: string) => `ExpoWebBrowser_OriginUrl_${hash}`;\nconst getRedirectUrlHa…
/expo/packages/expo-web-browser/src/
H A DExpoWebBrowser.web.ts21 const getOriginUrlHandle = (hash: string) => `ExpoWebBrowser_OriginUrl_${hash}`; constant
39 window.localStorage.removeItem(getOriginUrlHandle(handle));
96 window.localStorage.setItem(getOriginUrlHandle(handle), url);
173 const url = window.localStorage.getItem(getOriginUrlHandle(handle));