質問編集履歴

1

問題点追加

2021/07/28 12:37

投稿

fuyukixxx
fuyukixxx

スコア26

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  タイトルの通り昨日まで本番環境で問題なく機能してたライブラリが使えなくなりました。
2
2
 
3
- 調べたらhttps://githubmemory.com/repo/ffmpegwasm/ffmpeg.wasm/issues/231のトラブルと一緒でおそらくグーグルの更新によって機能しなくなっている感じです。
3
+ 調べたらhttps://githubmemory.com/repo/ffmpegwasm/ffmpeg.wasm/issues/231のトラブルとおそらく一緒でグーグルの更新によって機能しなくなっている感じです。
4
4
 
5
5
  ef8f87eb-2d66-4bad-9f9e-d11c8e8a0401:22 Uncaught (in promise) ReferenceError: SharedArrayBuffer is not definedとライブラリからエラーがでます。
6
6
 
@@ -8,11 +8,19 @@
8
8
 
9
9
 
10
10
 
11
+ ffmpegライブラリからの例外エラーとして
12
+
13
+ ```fmpeg.js
14
+
15
+ requested a shared WebAssembly.Memory but the returned buffer is not a SharedArrayBuffer, indicating that while the browser has SharedArrayBuffer it does not have WebAssembly threads support - you may need to set a flag"),h&&console.log("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and also use a recent version)
16
+
17
+ ```
18
+
19
+
20
+
11
21
  他に気になる点として、googleのISSUESからメッセージがありました。
12
22
 
13
- ```ここに言語を入力
23
+ ```
14
-
15
- ISSUES
16
24
 
17
25
  SharedArrayBuffer usage is restricted to cross-origin isolated sites
18
26