diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-01-13 20:17:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 20:17:40 -0500 |
commit | b52ddc52906780c3ab530446de9688729a9ee9f3 (patch) | |
tree | 8c44aa40a0f424572523ec91b4a23f04beae6788 /components/script/dom/create.rs | |
parent | ce6204b904e62307915e0870611bad473cd48843 (diff) | |
parent | b01b2d3d2e816f90af883e003a53db8bd3536a48 (diff) | |
download | servo-b52ddc52906780c3ab530446de9688729a9ee9f3.tar.gz servo-b52ddc52906780c3ab530446de9688729a9ee9f3.zip |
Auto merge of #25510 - pshaughn:queuemicrotask, r=jdm
Implement queueMicrotask
<!-- Please describe your changes on the following line: -->
The VoidFunction of a user-queued microtask is identical to a PromiseJobCallback in everything but type name, so implementing this method turned out to be just a matter of attaching a WebIDL frontend to a copy-and-pasted backend. All the remaining queueMicrotask WPT failures are because we don't have shared/service workers.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #21574
<!-- Either: -->
- [X] There are tests for these changes
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/script/dom/create.rs')
0 files changed, 0 insertions, 0 deletions