[mediacapture-record] Pull Request: Update https://w3c.github.io/mediacapture-record/#dom-blobeventinit-timecode.

handellm has just submitted a new pull request for https://github.com/w3c/mediacapture-record:

== Update https://w3c.github.io/mediacapture-record/#dom-blobeventinit-timecode. ==
The spec text was unclear. From offline discussion with the original spec author it's believed that the initial intent of the spec language was meant to convey that the first produced timecode would contain an absolute timestamp. However, it's not clear what use case is unlocked by that, as the user can construct their own absolute timestamp with performance.now() on event reception. This ignores the fact that the event handler can execute delayed, but since it's not clear what problem this fixes, this PR simply makes the timestamp sequence start with zero instead.

Fixes #222.

See https://github.com/w3c/mediacapture-record/pull/223


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 5 September 2024 09:42:31 UTC