Bug 1565205 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

https://github.com/whatwg/html/pull/4734 has a design for solving this issue from the API side. The implementation is likely more involved as we cannot decide when deserializing, but we need to decide when crossing the process boundary. (And this might be even more involved with MessageChannel as a MessagePort can go across various process boundaries before the underlying messaged objects are retrieved.)
https://github.com/whatwg/html/pull/4734 has a design for solving this issue from the API side. (Review appreciated!) The implementation is likely more involved as we cannot decide when deserializing, but we need to decide when crossing the process boundary. (And this might be even more involved with MessageChannel as a MessagePort can go across various process boundaries before the underlying messaged objects are retrieved.)

Back to Bug 1565205 Comment 1