ecmascript-structured-clone
ecmascript-structured-clone copied to clipboard
Is the memory map serializable?
You say: > Structured cloning algorithm defines the semantics of copying a well-defined subset of ECMAScript objects between Code Realms. I think you know what you are talking about, but...
First step in figuring out #5. The use case in question: postMessaging a promise from window A (where it was created) to window B. Promises are tricky because they not...
See https://github.com/domenic/cloning-and-transfering/issues/1