We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a7912 commit 020da55Copy full SHA for 020da55
VideoElement/VideoElement.gcomp/Support/VideoElement.js
@@ -40,7 +40,7 @@
40
let changeHandler;
41
const eventStream = new ReadableStream({
42
start (controller) {
43
- changeHandler = (e) => {
+ changeHandler = e => {
44
const value = e.target.currentTime;
45
controller.enqueue(value);
46
};
0 commit comments