build(#10336): interactions

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-25 23:32:47 +09:00
parent 225a8e11a9
commit 356fd72603
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
8 changed files with 327 additions and 85 deletions

View file

@ -0,0 +1,4 @@
export async function tick(): Promise<void> {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
await new Promise((globalThis.requestIdleCallback ?? setTimeout) as never);
}