Files
WordPress/wp-includes
Scott Taylor bd4085fac3 The canPlayType property for audio and video in JS is so bad that the official valid responses are "probably" and "maybe". There are many cases where we might want to know if an audio|video tag is gonna blow up in our face before even attempting to make a MediaElementPlayer instance out of it.
The best (and most cautious) way to tackle this is to whitelist types by browser. Imagine that one implemented MEjs in TinyMCE's rich editor mode, this would be very helpful.

Add `isCompatible( $media )` to `wp.media.mixin`. Future features will use this.

See #27389.


Built from https://develop.svn.wordpress.org/trunk@27539


git-svn-id: http://core.svn.wordpress.org/trunk@27382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-03-14 14:36:14 +00:00
..
2014-03-08 03:38:16 +00:00
2013-07-13 00:37:36 +00:00
2013-12-01 12:48:10 +00:00
2013-10-30 14:39:10 +00:00
2013-09-06 17:19:09 +00:00
2013-10-30 14:39:10 +00:00