[webrtc-pc] Pull Request: Switching to new, consistent terminology when talking about exceptions.

taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Switching to new, consistent terminology when talking about exceptions. ==
Fixes #845.

Throwing exceptions will use the phrase "throw a FooError", which
implies that the current steps will be aborted, making it unnecessary
to clarify that.

Rejecting a promise with an exception will use the phrase "reject p
with a newly created FooError and abort these steps."

Each place where these phrases are used links to the "Terminology"
section, which links to where these terms are defined in WebIDL.

See https://github.com/w3c/webrtc-pc/pull/1056

Received on Monday, 6 March 2017 23:57:12 UTC