- From: François Daoust via GitHub <noreply@w3.org>
- Date: Thu, 23 Apr 2026 01:57:37 +0000
- To: public-webrtc-logs@w3.org
tidoust has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == Fix syntax of `send()` step that fires an `error` event == This fixes the "fire an error" step that was introduced in #3101: - Event name is `error`, not `onerror` - Step needed to be explicit that the `RTCErrorEvent` interface is being used, as done in other steps that fire error events. - The `errorDetail` attribute needed to be clarified as well (I used `sctp-failure` because that seems to match the error). See https://github.com/w3c/webrtc-pc/pull/3102 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 23 April 2026 01:57:38 UTC