-
[I am filing within the context of widget tests but I believe this is useful in general for debugging Dart code.]
Certain Widget tests use `runAsync` to run code in real async zone. These tests are…
-
### Description
I'm using react-native-firebase messaging to receive firebase push notifications using this line:
```JavaScript
messaging().setBackgroundMessageHandler(onMessageReceived);
```
…
-
In browsers, a microtask checkpoint is performed whenever the JS stack empties. Take the following example:
```js
const filereader = new FileReader();
filereader.onloadstart = () => {
consol…
-
[`queueMicrotask()`](https://nodejs.org/api/globals.html#globals_queuemicrotask_callback) serves a similar purpose to [`process.nextTick()`](https://nodejs.org/api/process.html#process_process_nexttic…
-
### What is the issue with the HTML Standard?
The `` element is discussed more generally here, and this issue is for a topic which has been split out: https://github.com/w3c/csswg-drafts/issues/10242…
-
It would be great if there were more material documenting the microtask queue and its relationship to/difference from the event loop.
I came across this issue: https://github.com/nodejs/promises/is…
-
https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/?utm_source=html5weekly
-
I have created a [jsperf](http://jsperf.com/promises-queue) for queues. `drain_Array` is a naive `Array.prototype.shift`, `drain_ArrayQueue` is asap's optimization, and `drain_Queue` uses an implement…
Pauan updated
9 years ago
-
I think there is a need for a priority that's higher than "user-blocking" for certain DOM rendering cases.
This priority would be synchronous wrt the outermost `scheduler.postTask()` call, but nest…
-
### What version of Bun is running?
1.0.25+a8ff7be64
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
Hi,
I'm not sure if I'm reporti…