[heycam/webidl] "Handling exceptions" section in ES contains outdated information (#414)

https://heycam.github.io/webidl/#es-handling-exceptions says:

> None of the algorithms or processing requirements in the ECMAScript language binding catch ECMAScript exceptions.

But it is not so in [attribute getter](https://heycam.github.io/webidl/#dfn-attribute-getter)'s definition:

> ...
> And then, if an exception was thrown:
>
> 1. If op has a return type that is a promise type, then:
>     ...
> 2. Otherwise, end these steps and allow the exception to propagate.

-- 
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/414

Received on Wednesday, 16 August 2017 15:27:17 UTC