Refact. Flutter web, peer cards (#7525)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
8ecc107c06
commit
d7137990b9
5 changed files with 266 additions and 133 deletions
|
|
@ -25,7 +25,7 @@ export async function loadVp9(callback) {
|
|||
// Multithreading is used only if `options.threading` is true.
|
||||
// This requires browser support for the new `SharedArrayBuffer` and `Atomics` APIs,
|
||||
// currently available in Firefox and Chrome with experimental flags enabled.
|
||||
// 所有主流浏览器均默认于2018年1月5日禁用SharedArrayBuffer
|
||||
// All major browsers disabled SharedArrayBuffer by default on January 5, 2018
|
||||
const isSIMD = await simd();
|
||||
console.log('isSIMD: ' + isSIMD);
|
||||
window.OGVLoader.loadClass(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue