Skip to content

Commit

Permalink
Added docs about async schedule api
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 15, 2025
1 parent 7723dca commit f76a752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ In this example, the code will output "A", pause for 1 second, and then output "

The `Async` module provides a convenient API for scheduling tasks.
The ideology is inspired by [Scheduler API] (https://developer.mozilla.org/en-us/docs/web/api/scheduler)
And by default uses the same API, if it is available.
And by default uses the same API, if it is available https://caniuse.com/mdn-api_scheduler.

```js
await jodit.async.schedulePostTask(() => {
Expand Down

0 comments on commit f76a752

Please sign in to comment.