Skip to content

Commit

Permalink
Fix WebSocketStream tags (#24913)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 4, 2024
1 parent 821a1ac commit 0b7db2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions api/WebSocketError.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"WebSocketError": {
"__compat": {
"tags": [
"web-features:web-features:web-socket-stream",
"web-features:web-socket-stream",
"web-features:websockets"
],
"support": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"__compat": {
"description": "<code>WebSocketError()</code> constructor",
"tags": [
"web-features:web-features:web-socket-stream",
"web-features:web-socket-stream",
"web-features:websockets"
],
"support": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"closeCode": {
"__compat": {
"tags": [
"web-features:web-features:web-socket-stream",
"web-features:web-socket-stream",
"web-features:websockets"
],
"support": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"reason": {
"__compat": {
"tags": [
"web-features:web-features:web-socket-stream",
"web-features:web-socket-stream",
"web-features:websockets"
],
"support": {
Expand Down
12 changes: 6 additions & 6 deletions api/WebSocketStream.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WebSocketStream",
"tags": [
"web-features:web-features:web-socket-stream"
"web-features:web-socket-stream"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"description": "<code>WebSocketStream()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WebSocketStream/WebSocketStream",
"tags": [
"web-features:web-features:web-socket-stream"
"web-features:web-socket-stream"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WebSocketStream/close",
"tags": [
"web-features:web-features:web-socket-stream"
"web-features:web-socket-stream"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WebSocketStream/closed",
"tags": [
"web-features:web-features:web-socket-stream"
"web-features:web-socket-stream"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -152,7 +152,7 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WebSocketStream/opened",
"tags": [
"web-features:web-features:web-socket-stream"
"web-features:web-socket-stream"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -189,7 +189,7 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WebSocketStream/url",
"tags": [
"web-features:web-features:web-socket-stream"
"web-features:web-socket-stream"
],
"support": {
"chrome": {
Expand Down

0 comments on commit 0b7db2a

Please sign in to comment.