Home
last modified time | relevance | path

Searched refs:createObjectURL (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-camera/build/
H A DWebCameraUtils.js251 const createObjectURL = window.URL.createObjectURL ?? window.webkitURL.createObjectURL;
258 else if (stream && createObjectURL) {
259 video.src = createObjectURL(stream);
H A DuseWebQRScanner.js46 const worker = new Worker(URL.createObjectURL(blob));
H A DWebCameraUtils.js.map1createObjectURL = window.URL.createObjectURL ?? window.webkitURL.createObjectURL;\n\n if (typeof …
H A DuseWebQRScanner.js.map1 …edFn, { type: 'text/javascript' });\n const worker = new Worker(URL.createObjectURL(blob));\n\n …
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts380 const createObjectURL = window.URL.createObjectURL ?? window.webkitURL.createObjectURL; constant
386 } else if (stream && createObjectURL) {
387 video.src = createObjectURL(stream as MediaSource | Blob);
H A DuseWebQRScanner.ts53 const worker = new Worker(URL.createObjectURL(blob));
/expo/packages/expo-image/build/web/
H A Dhooks.js40 return URL.createObjectURL(blob);
H A Dhooks.js.map1 … URL.revokeObjectURL(prevObjURL);\n }\n return URL.createObjectURL(blob);\n …
/expo/packages/expo-image/src/web/
H A Dhooks.ts56 return URL.createObjectURL(blob);
/expo/packages/expo-image/build/utils/blurhash/
H A DuseBlurhash.js32 return blob ? URL.createObjectURL(blob) : oldUrl;
H A DuseBlurhash.js.map1 …L.revokeObjectURL(oldUrl);\n }\n return blob ? URL.createObjectURL(blob) : oldUr…
/expo/packages/expo-clipboard/build/web/
H A DUtils.js44 const blobUrl = URL.createObjectURL(blob);
H A DUtils.js.map1 …> {\n return new Promise((resolve, _) => {\n const blobUrl = URL.createObjectURL(blob);\n c…
/expo/packages/expo-clipboard/src/web/
H A DUtils.ts49 const blobUrl = URL.createObjectURL(blob);
/expo/packages/expo-image/src/utils/blurhash/
H A DuseBlurhash.tsx51 return blob ? URL.createObjectURL(blob) : oldUrl;
/expo/packages/expo-av/build/
H A DExponentAV.web.js254 const url = URL.createObjectURL(data);
H A DExponentAV.web.js.map1 ….stop();\n\n const data = await dataPromise;\n const url = URL.createObjectURL(data);\n\n …
/expo/packages/expo-av/src/
H A DExponentAV.web.ts332 const url = URL.createObjectURL(data);
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle146 …sWith(n)&&(n=''),this._url=""+s+n}}return(0,u.default)(t,null,[{key:"createObjectURL",value:functi…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js177 …ction(){throw new Error('URL.username is not implemented')}}],[{key:"createObjectURL",value:functi…
H A DEXDevMenuApp.android.js176 …ction(){throw new Error('URL.username is not implemented')}}],[{key:"createObjectURL",value:functi…
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle178 …ction(){throw new Error('URL.username is not implemented')}}],[{key:"createObjectURL",value:functi…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle177 …ction(){throw new Error('URL.username is not implemented')}}],[{key:"createObjectURL",value:functi…