aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-05-16 09:58:53 +1000
committerSam Potts <me@sampotts.me>2017-05-16 09:58:53 +1000
commit966c3d875d68a096b6aaa5b86e3b9ae4d93696b5 (patch)
treec0c69346e14692b8ab7de9ba71b50dc30cec1bca /readme.md
parentfe9383bed57e6458fe40c6e1c22402b37987e5de (diff)
downloadplyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.tar.lz
plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.tar.xz
plyr-966c3d875d68a096b6aaa5b86e3b9ae4d93696b5.zip
Single instance only
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index fade70e2..48af3933 100644
--- a/readme.md
+++ b/readme.md
@@ -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.