Structured cloning/transfering of promises (and streams)

# Domenic Denicola (10 years ago)

FYI, I've started working out how structured cloning could work for promises: dslomov-chromium/ecmascript-structured-clone#6

This is part of a larger initiative to figure out the story for both structured cloning and tranferability for both promises and the upcoming I/O streams under development: dslomov-chromium/ecmascript-structured-clone#5. That particular issue is the first step.

In turn, this is part of a larger initiative discussed on-list in the past to bring structured cloning and transferability into ECMAScript, instead of having it defined in HTML: dslomov-chromium/ecmascript-structured-clone

Please feel free to chime in on those issues; would love some feedback to make sure I'm on the right track, especially from implementers.