daxpedda
d96fd02f33
Update minimum version of wasm-bindgen ( #3860 )
2024-08-13 21:54:03 +02:00
daxpedda
7892e86731
Move to TypeScript ( #3830 )
...
This moves our JS file to use TS instead, which allows us to use a proper linter to check the code.
All related files where moved out from the root in a dedicated folder to avoid polluting the Rust environment.
2024-07-27 18:26:52 +02:00
daxpedda
88bbdb33da
Web: avoid using js_sys::Reflect ( #3804 )
2024-07-20 20:33:21 +02:00
daxpedda
2665c12098
Rustfmt: use group_imports
2024-07-07 18:38:50 +02:00
daxpedda
3e6092b8ed
Web: implement WaitUntilStrategy ( #3739 )
2024-06-20 23:07:42 +02:00
daxpedda
1552eb21f7
Bump MSRV to v1.73 ( #3743 )
2024-06-20 11:09:15 +02:00
Kirill Chibisov
7b0c7b6cb2
chore(rustfmt): use nightly ( #2325 )
...
Stable rustfmt lacks a lot of features resulting in worse formatted
code, thus use nightly formatter.
2024-04-26 17:11:44 +02:00
daxpedda
7a40aa43dc
Web: fix crash with ControlFlow::Wait|WaitUntil
2024-03-02 12:26:26 +01:00
daxpedda
010787a430
Fix nightly CI ( #3526 )
2024-02-26 09:46:12 +01:00
daxpedda
37946e0a3a
Use std::cell::OnceCell ( #3290 )
2023-12-22 23:49:25 +01:00
daxpedda
fac6110cb6
Web: fix ControlFlow::WaitUntil to never wake up **before** the given time ( #3133 )
2023-10-09 12:31:02 +02:00
daxpedda
f5dd1c008c
Web: remove unnecessary usage of once_cell::unsync::Lazy ( #3134 )
2023-10-08 02:00:51 +02:00
daxpedda
0caba93b51
Rename PollType to PollStrategy ( #3089 )
2023-09-08 18:39:23 +02:00
daxpedda
83950acd5a
Add Window.requestIdleCallback() support ( #3084 )
2023-09-07 12:12:35 +02:00
daxpedda
48abf52aac
Use setTimeout() trick instead of Window.requestIdleCallback() ( #3044 )
2023-08-25 21:40:21 +02:00