Replies: 1 comment
-
Hi @nextfool, Sorry about the delayed response. It looks like However, it may be easier to implement a shared facility as a .NET object or type, which you can drop into multiple V8 runtimes without worrying about transferability. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ClearScriptLib ,
I am trying to implement the MessageChannelhttps://developer.mozilla.org/en-US/docs/Web/API/MessageChannel. I am thinking of using the new System.Threading.Channels api, but it seems a bit overkill. I also want to impalement the "transferable" behavior of the MessaagePort. Can you give me some advice on this toptic?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions