We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c722d commit 25b69e5Copy full SHA for 25b69e5
src/common/input/WriteBuffer.ts
@@ -217,7 +217,7 @@ export class WriteBuffer {
217
this._callbacks = this._callbacks.slice(this._bufferOffset);
218
this._bufferOffset = 0;
219
}
220
- queueMicrotask(() => this._innerWrite());
+ setTimeout(() => this._innerWrite());
221
} else {
222
this._writeBuffer.length = 0;
223
this._callbacks.length = 0;
0 commit comments