Skip to content

AudioWorkletGlobalScope is missing performance.now() (but has Date.now()) #2527

@juj

Description

@juj

Calling performance.now() is failing in Audio Worklets. However the inferior Date.now() does exist there.

It would be great to get performance.now() there as well, since most audio applications are likely about calculating audio synthesis timing, so will be looking at precise wallclock times, rather than imprecise Date calculations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions