Skip to content

Commit

Permalink
Mention the safe range of 'time' param value of timeout()
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszKlonowski committed Sep 25, 2024
1 parent 2251b20 commit a074daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/api/abortsignal/timeout_static/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ AbortSignal.timeout(time)

- `time`
- : The "active" time in milliseconds before the returned {{domxref("AbortSignal")}} will abort.
The value must be within range of 0 and {{jsxref("Number.MAX_SAFE_INTEGER")}}

### Return value

Expand Down

0 comments on commit a074daf

Please sign in to comment.