[Bug 24291] Add a Promise type to WebIDL, and make it not distinguishable from anything

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24291

--- Comment #13 from Domenic Denicola <domenic@domenicdenicola.com> ---
Yes, I would be curious what the observable difference between not-wrapping
versus wrapping would be. Presumably if you did not-wrapping, you'd be doing
the `if (Type(argument) is Object) { var then = argument.then; if (typeof then
=== "function") ...` dance manually.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 28 January 2014 19:29:41 UTC