Skip to content

Commit 5e81ac2

Browse files
foolipcaptainbrossetddbeck
authored
Add queueMicrotask() (#3033)
Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 4d92573 commit 5e81ac2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

features/queuemicrotask.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: queueMicrotask()
2+
description: The `queueMicrotask()` method schedules a function to run after the currently running synchronous JavaScript finishes but before returning to the event loop.
3+
spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing
4+
compat_features:
5+
- api.queueMicrotask

features/queuemicrotask.yml.dist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: queuemicrotask.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2020-07-28
7+
baseline_high_date: 2023-01-28
8+
support:
9+
chrome: "71"
10+
chrome_android: "71"
11+
edge: "79"
12+
firefox: "69"
13+
firefox_android: "79"
14+
safari: "12.1"
15+
safari_ios: "12.2"
16+
compat_features:
17+
- api.queueMicrotask

0 commit comments

Comments
 (0)