spec icon indicating copy to clipboard operation
spec copied to clipboard

[web-api] Deserialization steps use undefined argument targetRealm

Open Ms2ger opened this issue 4 years ago • 3 comments

See https://webassembly.github.io/spec/web-api/#serialization:

If targetRealm’s corresponding agent cluster is not serialized.[[AgentCluster]], then throw a "DataCloneError" DOMException.

CC @domenic

Ms2ger avatar Sep 04 '19 13:09 Ms2ger

It seems like we should probably pass this to the deserialization steps from HTML.

domenic avatar Sep 04 '19 15:09 domenic

https://github.com/WebAssembly/spec/pull/1080 would fix this.

annevk avatar Sep 27 '19 13:09 annevk

@Ms2ger, is this still relevant?

rossberg avatar Aug 04 '22 09:08 rossberg