feat: support media playbackRate (#1000)

Co-authored-by: wangfukang <wangfukang@kuaishou.com>
This commit is contained in:
fukang wang
2022-09-15 23:05:10 +08:00
committed by GitHub
parent a9a255931f
commit ce6019d274
7 changed files with 20 additions and 1 deletions

View File

@@ -894,6 +894,7 @@ describe('Basic RRDocument implementation', () => {
expect(node.volume).toBeUndefined();
expect(node.paused).toBeUndefined();
expect(node.muted).toBeUndefined();
expect(node.playbackRate).toBeUndefined();
expect(node.play).toBeDefined();
expect(node.pause).toBeDefined();
expect(node.toString()).toEqual('VIDEO ');