Searched refs:getOriginUrlHandle (Results 1 – 3 of 3) sorted by relevance
10 const getOriginUrlHandle = (hash) => `ExpoWebBrowser_OriginUrl_${hash}`; function26 window.localStorage.removeItem(getOriginUrlHandle(handle));73 window.localStorage.setItem(getOriginUrlHandle(handle), url);134 const url = window.localStorage.getItem(getOriginUrlHandle(handle));
1 …getOriginUrlHandle = (hash: string) => `ExpoWebBrowser_OriginUrl_${hash}`;\nconst getRedirectUrlHa…
21 const getOriginUrlHandle = (hash: string) => `ExpoWebBrowser_OriginUrl_${hash}`; constant39 window.localStorage.removeItem(getOriginUrlHandle(handle));96 window.localStorage.setItem(getOriginUrlHandle(handle), url);173 const url = window.localStorage.getItem(getOriginUrlHandle(handle));