We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568b689 commit e0aa1c4Copy full SHA for e0aa1c4
1 file changed
js/network/onewaydata/changelog.md
@@ -10,12 +10,13 @@
10
* Completed Readme
11
* Better handling of badly formatted requests
12
* Set reconnection time to 10000ms
13
- * Add possibility to change reconnection time with reconnectionTime
14
- * Replaced path option with general purpose condition
15
- * Use the following to keep using path
+ * Add possibility to change reconnection time with reconnectionTimeh
16
* Removed a weird condition
17
* Simplify code with optional chaining
18
* Fix reconnection
+ * Replaced path option with general purpose condition
+
19
+Use the following to keep using path:
20
21
```js
22
const condition = (request) => {
0 commit comments