Skip to content

Commit d2098bf

Browse files
committed
fix
1 parent 5cfd793 commit d2098bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ export class Window {
13031303
/**
13041304
* Events from the window.
13051305
*/
1306-
async *events(wait = false): AsyncGenerator<Event> {
1306+
async *events(wait = false): AsyncGenerator<any> {
13071307
while (true) {
13081308
const event = Deno.UnsafePointer.of(eventBuf);
13091309

0 commit comments

Comments
 (0)