148
edits
(→Q & A) |
m (→Q & A) |
||
| Line 126: | Line 126: | ||
* '''Can we pass a memory-mapped array buffer between main/worker thread?''' | * '''Can we pass a memory-mapped array buffer between main/worker thread?''' | ||
: Yes, there are two ways to pass array buffer by postMessage() | : Yes, there are two ways to pass array buffer by postMessage(): | ||
:1. Structured clone | :1. Structured clone | ||
::* The destination array buffer becomes a normal array buffer | ::* The destination array buffer becomes a normal array buffer | ||
edits