We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bca5e commit 528516aCopy full SHA for 528516a
src/types.ts
@@ -22,7 +22,7 @@ export type ComposableOptions = {
22
} & Omit<HowlOptions, 'src'>
23
24
export interface PlayOptions {
25
- id?: number
+ id?: string | number
26
forceSoundEnabled?: boolean
27
playbackRate?: number
28
}
0 commit comments