[heycam/webidl] Should "perform some steps once a promise is settled" use %PromiseProto_then%? (#583)

https://heycam.github.io/webidl/#dfn-perform-steps-once-promise-is-settled

The current spec has

> 1. Let *then* be ? GetMethod(*promise*, "then").

which seems to imply that weird things may happen if you mess with a promise object or the prototype. That seems non-obvious and not particularly useful.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/583

Received on Friday, 14 September 2018 13:14:32 UTC