Web: implement WaitUntilStrategy (#3739)

This commit is contained in:
daxpedda
2024-06-20 23:07:42 +02:00
committed by GitHub
parent b4e83a5966
commit 3e6092b8ed
12 changed files with 231 additions and 14 deletions

View File

@@ -0,0 +1 @@
onmessage=e=>{let[s,t]=e.data,a=()=>s.postMessage(void 0);"scheduler"in this?scheduler.postTask(a,{delay:t}):setTimeout(a,t)};