You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/uxp/class/WebSocket.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,5 @@ Closes the websocket connection
70
70
| Param | Type | Default | Description |
71
71
| --- | --- | --- | --- |
72
72
|[code]|`integer`| <code>1000</code> | A integer value as per https://developer.mozilla.org/en-US/docs/Web/API/WebSocket#close().|
73
-
|[reason]|`string`| <code>""</code> | A human-readable string explaining why the connection is closing. Throws an exception of Error Object if invalid code or reason is passed Refer https://wiki.corp.adobe.com/pages/viewpage.action?pageId=1455687313#FileandNetworkI/OTestCases-CloseMethodbehaviorforWebSockets|
73
+
|[reason]|`string`| <code>""</code> | A human-readable string explaining why the connection is closing. Throws an exception of Error Object if invalid code or reason is passed |
0 commit comments