On 11/10/16 4:53 AM, David Teller wrote:
I believe that the only DOM object involved would be Promise
Note that Promise isn't really a DOM object anymore. It's a SpiderMonkey thing.
We still have dom::Promise as a way to create a nice C++-friendly API around Spidermonkey Promises. But nothing forces one to use that...
The general idea of having a thing webidl shim in C++ to make our existing bindings work with Rust code is the right one so far, though. If it becomes a pain point, we will figure something better out.
-Boris _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform