You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,67 @@ if (result.status === 'fulfilled') console.log(result.value)
294
294
295
295
---
296
296
297
+
## Limitations (Inline Functions)
298
+
299
+
When using `bee()`, `beeThreads.run()`, or `turbo()` (without `worker()`), data is transferred via [Structured Clone Algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm).
0 commit comments