UNPKG

347 BJavaScriptView Raw
1"use strict";
2
3// Copyright 2017-2018 @polkadot/api-provider authors & contributors
4// This software may be modified and distributed under the terms
5// of the ISC license. See the LICENSE file for details.
6// tslint:disable-next-line
7if (typeof WebSocket === 'undefined') {
8 // @ts-ignore
9 global.WebSocket = require('websocket').w3cwebsocket;
10}
\No newline at end of file