Dmitry Lomov

Results 15 comments of Dmitry Lomov

We have informal introduction here: http://wiki.ecmascript.org/doku.php?id=harmony:typed_objects. Does it fit the bill?

Yes, I try to keep it up-to-date. We need to have something on a wiki, so I prefer the wiki to be an explainer and this be the spec.

No it does not. If that is what we all do, I'll move it here (in this repo, Readme.md is the spec itself, but that is easily changable)

Our hope is that float32x4 will be expressible as a "value object" - which is a concept related to typed objects but different. One idea would be: ``` js const...

Thanks Allan, your comment is spot-on. The aim of structured clone algorithm is to create a copy of JavaScript value (belonging to a certain subset) in a target realm that...

@allenwb sure, I do not think this spec is really about "communicating realms". This spec just uses the "target realm" to create clones of objects from source vat (as I...

@allenwb replying to this: > > On the other hand, unless I am mistaken, we also do not have a notion of "a value that has no access to a...

@allenwb I think we are in a complete agreement, it is just that the terminology is in the way of our communication. Structured clone has always been about inter-vat messaging...

(Just back from vacation) Dominic's proposal looks very sensible. Clearly `resolve/rejectPromiseBWith` can be implemented using postMessage alone. The cleanest way will be to use message channels I guess: 1. During...