Skip to content

Commit

Permalink
Remove internal wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrishotts committed Oct 28, 2019
1 parent 6d03f2e commit 80482fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/uxp/class/WebSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Closes the websocket connection
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [code] | `integer` | <code>1000</code> | A integer value as per https://developer.mozilla.org/en-US/docs/Web/API/WebSocket#close(). |
| [reason] | `string` | <code>&quot;&quot;</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 |
| [reason] | `string` | <code>&quot;&quot;</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 comments on commit 80482fd

Please sign in to comment.