Commit 6d89746
committed
The spec text was unclear. From offline discussion with the original spec author
it's believed that the 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 usecase 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.
1 parent 48e2abf commit 6d89746
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
687 | 688 | | |
688 | 689 | | |
689 | 690 | | |
| |||
0 commit comments