Skip to content

Commit

Permalink
fix: fake addEventListener
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed May 22, 2024
1 parent 6906c64 commit dd6fe90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ class SerialPort {
const err = await globalThis.setSignals(this.id, signals)
if (err) throw err
}

addEventListener() {}
}

// @ts-ignore
Expand Down

0 comments on commit dd6fe90

Please sign in to comment.