ecmascript-structured-clone icon indicating copy to clipboard operation
ecmascript-structured-clone copied to clipboard

Results 4 ecmascript-structured-clone issues
Sort by recently updated
recently updated
newest added

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