[webrtc-pc] Pull Request: Making getParameters/setParameters matching logic more deterministic.

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

== Making getParameters/setParameters matching logic more deterministic. ==
Partially fixes #1488, though there are still remaining issues (#1520).

Introduces a "[[LastReturnedParameters]]" internal slot to specify how
InvalidModificationErrors are returned, rather than invoking the
`getParameters()` algorithm directly (which doesn't make sense if
interpreting the spec literally, since this would always result in a new
`transactionId` and an InvalidModificationError).

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

Received on Wednesday, 9 August 2017 01:07:12 UTC