Memory<T>
to TypedArray<T>
on Electron 19.1.9 Worked fine. But did not worked on higher Electron
#383
Labels
Memory<T>
to TypedArray<T>
on Electron 19.1.9 Worked fine. But did not worked on higher Electron
#383
I Test
Memory<T>
toTypedArray<T>
on Electron 19.1.9,That Worked fine and has amazing Performance.But when I Test on higher Electron, such as 32.1.2, it was not worked. And reported an error:
External buffers are not allowed: Error in CreateExternalArrayBuffer at D:\a\1\s\src\NodeApi\JSValue.cs:264
I did some research,the use of External buffers has actually been officially banned.
electron/electron#35801
Does anyone know how to turn on External buffers support in the new version of Electron? Like turn it on by some command parameter or something。
Or has any Other way to transfer big data(such as 100MB) from dotnet to nodejs?
Originally posted by @Hiwen in #15 (comment)
The text was updated successfully, but these errors were encountered: