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: README.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
@@ -9,7 +9,7 @@ This example shows how to implement the Refinitiv Real-time WebSocket API with J
9
9
10
10
There are two types of the Web Workers, [Dedicated Workers](https://html.spec.whatwg.org/multipage/workers.html#dedicated-workers-and-the-worker-interface) and [Shared Workers](https://html.spec.whatwg.org/multipage/workers.html#sharedworker). This example covers only how to implement the Refinitiv Real-time WebSocket API with JavaScript web browser application with Dedicated Workers.
11
11
12
-
*Note: The initial release of this API is for deployed ADS customers only (i.e. to use it you will need an installed version of TREP 3.2.1 and above).
12
+
*Note: The initial release of this API is for deployed ADS customers only (i.e. to use it you will need an installed version of ADS 3.2.1 and above).
13
13
14
14
## Supported Web Browsers
15
15
The example supports Chrome, Firefox and IE11 (based on the WebSocket and Web Workers browser supported platform).
0 commit comments