Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mqtt-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
mqtt-client
Commits
8fdcd1ac
Commit
8fdcd1ac
authored
Nov 16, 2020
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ClientImplementation
parent
b7fa87b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ClientImplementation.js
es/ClientImplementation.js
+1
-1
ClientImplementation.js
lib/ClientImplementation.js
+1
-1
ClientImplementation.js
src/ClientImplementation.js
+1
-1
No files found.
es/ClientImplementation.js
View file @
8fdcd1ac
...
...
@@ -22,7 +22,7 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
/* eslint-disable */
var
ClientImplementation
ementation
=
function
ClientImplementation
ementation
(
uri
,
host
,
port
,
path
,
clientId
)
{
var
ClientImplementation
=
function
ClientImpl
ementation
(
uri
,
host
,
port
,
path
,
clientId
)
{
// Check dependencies are satisfied in this browser.
if
(
!
(
'WebSocket'
in
global
&&
global
.
WebSocket
!==
null
))
{
throw
new
Error
(
format
(
ERROR
.
UNSUPPORTED
,
[
'WebSocket'
]));
...
...
lib/ClientImplementation.js
View file @
8fdcd1ac
...
...
@@ -34,7 +34,7 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
/* eslint-disable */
var
ClientImplementation
ementation
=
function
ClientImplementation
ementation
(
uri
,
host
,
port
,
path
,
clientId
)
{
var
ClientImplementation
=
function
ClientImpl
ementation
(
uri
,
host
,
port
,
path
,
clientId
)
{
// Check dependencies are satisfied in this browser.
if
(
!
(
'WebSocket'
in
global
&&
global
.
WebSocket
!==
null
))
{
throw
new
Error
((
0
,
_utils
.
format
)(
_consts
.
ERROR
.
UNSUPPORTED
,
[
'WebSocket'
]));
...
...
src/ClientImplementation.js
View file @
8fdcd1ac
...
...
@@ -1066,4 +1066,4 @@ ClientImplementation.prototype._traceMask = function (traceObject, masked) {
return
traceObjectMasked
;
};
export
default
ClientImplementation
ementation
;
export
default
ClientImplementation
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment