Skip to content

Commit 42231da

Browse files
committed
FF155 RTCError also supported on workers
1 parent b8e8a80 commit 42231da

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

files/en-us/web/api/rtcerror/errordetail/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-instance-property
66
browser-compat: api.RTCError.errorDetail
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`errorDetail`** read-only property of the {{domxref("RTCError")}} interface is a string indicating the [WebRTC](/en-US/docs/Web/API/WebRTC_API)-specific error code that occurred.
1212

files/en-us/web/api/rtcerror/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: web-api-interface
55
browser-compat: api.RTCError
66
---
77

8-
{{APIRef("WebRTC")}}
8+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
99

1010
The **`RTCError`** interface of the [WebRTC API](/en-US/docs/Web/API/WebRTC_API) describes an error which has occurred while handling RTC operations.
1111
It's based upon the standard {{domxref("DOMException")}} interface that describes general DOM errors.

files/en-us/web/api/rtcerror/receivedalert/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-instance-property
66
browser-compat: api.RTCError.receivedAlert
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`receivedAlert`** read-only property of the {{domxref("RTCError")}} interface specifies the fatal {{Glossary("DTLS")}} error which resulted in an alert being received from the remote peer.
1212

files/en-us/web/api/rtcerror/rtcerror/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-constructor
66
browser-compat: api.RTCError.RTCError
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`RTCError()`** constructor creates and returns a new {{domxref("RTCError")}} object instance.
1212

files/en-us/web/api/rtcerror/sctpcausecode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-instance-property
66
browser-compat: api.RTCError.sctpCauseCode
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`sctpCauseCode`** read-only property of the {{domxref("RTCError")}} interface provides the {{Glossary("SCTP")}} cause code explaining why the SCTP negotiation failed, if the `RTCError` represents an SCTP error.
1212

files/en-us/web/api/rtcerror/sdplinenumber/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-instance-property
66
browser-compat: api.RTCError.sdpLineNumber
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`sdpLineNumber`** read-only property of the {{domxref("RTCError")}} interface specifies the {{Glossary("SDP")}} message line number where a syntax error occurred.
1212

files/en-us/web/api/rtcerror/sentalert/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-instance-property
66
browser-compat: api.RTCError.sentAlert
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`sentAlert`** read-only property of the {{domxref("RTCError")}} interface specifies the {{Glossary("DTLS")}} alert number sent to the remote peer, if the error represents an outbound DTLS error.
1212

files/en-us/web/api/rtcerrorevent/error/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-instance-property
66
browser-compat: api.RTCErrorEvent.error
77
---
88

9-
{{APIRef("WebRTC")}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`error`** read-only property of the {{domxref("RTCErrorEvent")}} interface contains an {{domxref("RTCError")}} object that describes the {{Glossary("WebRTC")}}-specific details of the error.
1212

files/en-us/web/api/rtcerrorevent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: web-api-interface
55
browser-compat: api.RTCErrorEvent
66
---
77

8-
{{APIRef("WebRTC")}}
8+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
99

1010
The **`RTCErrorEvent`** interface of the [WebRTC API](/en-US/docs/Web/API/WebRTC_API) represents an error event sent to a WebRTC object.
1111
It inherits from the standard {{domxref("Event")}} interface, adding RTC-specific information describing the error.

files/en-us/web/api/rtcerrorevent/rtcerrorevent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page-type: web-api-constructor
66
browser-compat: api.RTCErrorEvent.RTCErrorEvent
77
---
88

9-
{{APIRef("WebRTC")}}{{AvailableInWorkers}}
9+
{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}
1010

1111
The **`RTCErrorEvent()`** constructor creates a new {{domxref("RTCErrorEvent")}} object.
1212

0 commit comments

Comments
 (0)