diff options
author | Sam Potts <me@sampotts.me> | 2017-05-16 09:58:53 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-05-16 09:58:53 +1000 |
commit | 966c3d875d68a096b6aaa5b86e3b9ae4d93696b5 (patch) | |
tree | c0c69346e14692b8ab7de9ba71b50dc30cec1bca /readme.md | |
parent | fe9383bed57e6458fe40c6e1c22402b37987e5de (diff) | |
download | plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.tar.lz plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.tar.xz plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.zip |
Single instance only
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -784,14 +784,9 @@ These events also bubble up the DOM. The event target will be the container elem </thead> <tbody> <tr> - <td><code>setup</code></td> - <td></td> - <td>When an initial setup has completed</td> - </tr> - <tr> <td><code>ready</code></td> <td></td> - <td>Triggered when the instance is ready for API use and external APIs are ready (in the case of YouTube and Vimeo).</td> + <td>Triggered when the instance is ready for API calls.</td> </tr> <tr> <td><code>canplay</code></td> @@ -1057,9 +1052,6 @@ If a User Agent is disabled but supports `<video>` and `<audio>` natively, it wi Any unsupported browsers will display links to download the media if the correct html is used. -### Checking for support -There's an API method for checking support. You can call `plyr.supported()` and optionally pass a type to it, e.g. `plyr.supported("video")`. It will return an object with two keys; `basic` meaning there's basic support for that media type (or both if no type is passed) and `full` meaning there's full support for plyr. - ## Issues If you find anything weird with Plyr, please let us know using the GitHub issues tracker. |