Skip to content

Commit

Permalink
url added: loadstart url added to event (mdn#28242)
Browse files Browse the repository at this point in the history
* url added: loadstart url added to event

* Update files/en-us/web/html/element/audio/index.md

Co-authored-by: wbamberg <[email protected]>

* add url: add loadstart url to video event

---------

Co-authored-by: wbamberg <[email protected]>
  • Loading branch information
rohini-ranjanR and wbamberg authored Jul 29, 2023
1 parent 38029c1 commit 7b88296
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/en-us/web/html/element/audio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ This element's attributes include the [global attributes](/en-US/docs/Web/HTML/G
</td>
<td>The metadata has been loaded.</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.loadstart_event", 'loadstart')}}
</td>
<td>Fired when the browser has started to load the resource.</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.pause_event", 'pause')}}
Expand Down
6 changes: 6 additions & 0 deletions files/en-us/web/html/element/video/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ Like all other HTML elements, this element supports the [global attributes](/en-
</td>
<td>The metadata has been loaded.</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.loadstart_event", 'loadstart')}}
</td>
<td>Fired when the browser has started to load the resource.</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.pause_event", 'pause')}}
Expand Down

0 comments on commit 7b88296

Please sign in to comment.