Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow RTCDTMFToneChangeEvents to fire up to 1ms early.
Firefox's timer implementation allows events to fire 250μs early. Instead of using a non-fuzzy timer in Firefox (may cause extra wakeups) or an artificial extra delay on every dtmf event, relax the test case a bit. Differential Revision: https://phabricator.services.mozilla.com/D201821 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1785418 gecko-commit: 8175af8c6fb443418b4fb401b5a2ab282ed73846 gecko-reviewers: bwc
- Loading branch information