Web: fix ControlFlow::WaitUntil to never wake up **before** the given time (#3133)

This commit is contained in:
daxpedda 2023-10-09 12:31:02 +02:00 committed by GitHub
parent 0363be4776
commit fac6110cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 2 deletions

View file

@ -29,6 +29,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- **Breaking:** remove `DeviceEvent::Text`.
- On Android, fix `DeviceId` to contain device id's.
- Add `Window::set_blur` to request a blur behind the window; implemented on Wayland for now.
- On Web, fix `ControlFlow::WaitUntil` to never wake up **before** the given time.
# 0.29.1-beta