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
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: SPEC/MISCELLANEOUS.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Where:
131
131
}
132
132
```
133
133
134
-
Note that ping response objects aren't all "pongs". A "pong" message can be identified by a truthy `success` property and a `time` property greater than 0. Other ping responses are failures or status updates.
134
+
Note that not all ping response objects are "pongs". A"pong" message can be identified by a truthy `success` property and an empty `text`property. Other ping responses are failures or status updates.
135
135
136
136
If no `callback` is passed, a promise is returned.
137
137
@@ -179,7 +179,7 @@ Returns a [`PullStream`][ps] of ping response objects of the form:
179
179
}
180
180
```
181
181
182
-
Note that ping response objects aren't all "pongs". A"pong" message can be identified by a truthy `success` property and a `time` property greater than 0. Other ping responses are failures or status updates.
182
+
Note that not all ping response objects are "pongs". A"pong" message can be identified by a truthy `success` property and an empty `text`property. Other ping responses are failures or status updates.
183
183
184
184
**Example:**
185
185
@@ -224,7 +224,7 @@ Returns a [`ReadableStream`][rs] of ping response objects of the form:
224
224
}
225
225
```
226
226
227
-
Note that ping response objects aren't all "pongs". A "pong" message can be identified by a truthy `success` property and a `time` property greater than 0. Other ping responses are failures or status updates.
227
+
Note that not all ping response objects are "pongs". A"pong" message can be identified by a truthy `success` property and an empty `text`property. Other ping responses are failures or status updates.
0 commit comments