Skip to content

Commit

Permalink
Merge pull request #68 from furu2revival/fix-katikati
Browse files Browse the repository at this point in the history
fix: ios safariでカチカチ音がならない問題修正
  • Loading branch information
aurora1530 authored Oct 27, 2024
2 parents 9c04a34 + 49f1c3b commit 21f7dce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class PeriodicAudioPlayer extends EventTarget {
this.audio.addEventListener("error", () => {
this.dispatchEvent(new Event("error"));
});
this.dispatchEvent(new Event("load"));
}

play(interval: number, times: number) {
Expand Down

0 comments on commit 21f7dce

Please sign in to comment.