We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using a keyword such as "then" as an object's method name is not supported.
For example,
let p = new_promise() in p##catch_(fun reason -> reason)
will compile to
p.$$catch(function (reason) { return reason; });