Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3213 authored Nov 2, 2024
1 parent 6249a03 commit 00dc66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ console.log(aria2.timeout);
- Requires 0.7.0~
- time interval between retries
- timeout
- integer
- `integer`
- `10`: Default, equivalent to **10000** millisecond
- It is suggested to use numbers larger thant `3`
- It is recommended to use numbers larger thant `3`

### onopen
```javascript
aria2.onmessage = callback;
aria2.onopen = callback;
console.log(aria2.onopen);
```
- Requires 0.8.0~
Expand Down

0 comments on commit 00dc66b

Please sign in to comment.