Skip to content

Commit

Permalink
Mention the safe range of 'time' param value of timeout() (mdn#36054)
Browse files Browse the repository at this point in the history
* Mention the safe range of 'time' param value of timeout()

* Add 'isSafeInteger' to the See also section

* Correct the link for case sensitivity

* Revert "Correct the link for case sensitivity"

This reverts commit 8760abd.

* Revert "Add 'isSafeInteger' to the See also section"

This reverts commit 9d72aa5.

* Add missing dot for the range addition
  • Loading branch information
BartoszKlonowski authored and OnkarRuikar committed Sep 28, 2024
1 parent 684b583 commit 7f7fffd
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 7f7fffd

Please sign in to comment.