@remotion/whisper-web 4.0.481 → 4.0.483
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,7 +26,7 @@ const canUseWhisperWeb = async (model) => {
|
|
|
26
26
|
return {
|
|
27
27
|
supported: false,
|
|
28
28
|
reason: WhisperWebUnsupportedReason.NotCrossOriginIsolated,
|
|
29
|
-
detailedReason: 'The document is not cross-origin isolated (window.crossOriginIsolated = false). This prevents the usage of SharedArrayBuffer, which is required by `@remotion/whisper-web`. Make sure the document is served with the HTTP header `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: require-corp
|
|
29
|
+
detailedReason: 'The document is not cross-origin isolated (window.crossOriginIsolated = false). This prevents the usage of SharedArrayBuffer, which is required by `@remotion/whisper-web`. Make sure the document is served with the HTTP header `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: credentialless` (or `require-corp`): https://remotion.dev/docs/miscellaneous/cross-origin-isolation',
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
if (!window.indexedDB) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -56,7 +56,7 @@ var canUseWhisperWeb = async (model) => {
|
|
|
56
56
|
return {
|
|
57
57
|
supported: false,
|
|
58
58
|
reason: "not-cross-origin-isolated" /* NotCrossOriginIsolated */,
|
|
59
|
-
detailedReason: "The document is not cross-origin isolated (window.crossOriginIsolated = false). This prevents the usage of SharedArrayBuffer, which is required by `@remotion/whisper-web`. Make sure the document is served with the HTTP header `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: require-corp
|
|
59
|
+
detailedReason: "The document is not cross-origin isolated (window.crossOriginIsolated = false). This prevents the usage of SharedArrayBuffer, which is required by `@remotion/whisper-web`. Make sure the document is served with the HTTP header `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: credentialless` (or `require-corp`): https://remotion.dev/docs/miscellaneous/cross-origin-isolation"
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
if (!window.indexedDB) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/whisper-web"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/whisper-web",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.483",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"formatting": "oxfmt src --check",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"author": "Hunain Ahmed <junaidhunain6@gmail.com>",
|
|
15
15
|
"license": "UNLICENSED",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@remotion/captions": "4.0.
|
|
17
|
+
"@remotion/captions": "4.0.483"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
20
|
+
"@remotion/eslint-config-internal": "4.0.483",
|
|
21
21
|
"eslint": "9.19.0",
|
|
22
22
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
23
23
|
},
|