Skip to content

Commit

Permalink
add controlsList attribute for media elements (#1134)
Browse files Browse the repository at this point in the history
resolve #1133
  • Loading branch information
wayou authored and marvinhagemeister committed Jun 6, 2018
1 parent 61a540e commit bdf678f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preact.d.ts
Expand Up @@ -617,6 +617,7 @@ declare global {
contentEditable?: boolean;
contextMenu?: string;
controls?: boolean;
controlsList?: string;
coords?: string;
crossOrigin?: string;
data?: string;
Expand Down

0 comments on commit bdf678f

Please sign in to comment.