diff --git a/features/queue-microtask.yml b/features/queue-microtask.yml new file mode 100644 index 00000000000..ce8ee205399 --- /dev/null +++ b/features/queue-microtask.yml @@ -0,0 +1,5 @@ +name: queueMicrotask() +description: The `queueMicrotask()` method schedules a function to run after the currently running synchronous JavaScript finishes but before returning to the event loop. +spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing +compat_features: + - api.queueMicrotask diff --git a/features/queue-microtask.yml.dist b/features/queue-microtask.yml.dist new file mode 100644 index 00000000000..35099592807 --- /dev/null +++ b/features/queue-microtask.yml.dist @@ -0,0 +1,17 @@ +# Generated from: queue-microtask.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2020-07-28 + baseline_high_date: 2023-01-28 + support: + chrome: "71" + chrome_android: "71" + edge: "79" + firefox: "69" + firefox_android: "79" + safari: "12.1" + safari_ios: "12.2" +compat_features: + - api.queueMicrotask