Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Feb 29, 2024
1 parent 5cfd793 commit d2098bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ export class Window {
/**
* Events from the window.
*/
async *events(wait = false): AsyncGenerator<Event> {
async *events(wait = false): AsyncGenerator<any> {
while (true) {
const event = Deno.UnsafePointer.of(eventBuf);

Expand Down

0 comments on commit d2098bf

Please sign in to comment.