-
Recently I found Observable can't pass the structured clone algorithm, for example in electron preload script you create an Observable, and want to pass it to the Renderer process, then the pipe and subscribe method on the Observable will become undefined: electron/electron#28176 I'm going to find a way to allow pass Observable across |
Beta Was this translation helpful? Give feedback.
Answered by
kwonoj
Mar 14, 2021
Replies: 1 comment
-
You have answer already in posted link. It is known constraint of structured clone. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kwonoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have answer already in posted link. It is known constraint of structured clone.