Format
This commit is contained in:
@@ -30,7 +30,6 @@ export function nextEvent(element, eventName) {
|
||||
return new Promise(resolve => element.addEventListener(eventName, resolve, { once: true }))
|
||||
}
|
||||
|
||||
|
||||
export function nextFrame() {
|
||||
return new Promise(requestAnimationFrame)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user