You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Pauses the current playback and sets paused to TRUE. This can be used to test whether the media is playing or paused. You can also use the pause or play events to tell whether the media is playing or not.
11592
+
* Pauses the current playback and sets paused to TRUE.
Copy file name to clipboardExpand all lines: inputfiles/comments.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1574,7 +1574,7 @@
1574
1574
"methods": {
1575
1575
"method": {
1576
1576
"pause": {
1577
-
"comment": "Pauses the current playback and sets paused to TRUE. This can be used to test whether the media is playing or paused. You can also use the pause or play events to tell whether the media is playing or not."
1577
+
"comment": "Pauses the current playback and sets paused to TRUE."
1578
1578
},
1579
1579
"play": {
1580
1580
"comment": "Loads and starts playback of a media resource."
@@ -1811,11 +1811,11 @@
1811
1811
"properties": {
1812
1812
"property": {
1813
1813
"parent": {
1814
-
"comment": "Refers to either the parent WindowProxy, or itself.\n\nIt can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent."
1814
+
"comment": "Refers to either the parent WindowProxy, or itself.\n\nIt can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent."
0 commit comments