Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は VIDEO.JS を使用していますが、どのプレーヤー video.js が Javascript 関数に使用しているかを調べる必要があります.. 例
var myPlayer = videojs("the_player_id"); if (myPlayer.currentTechnology() == "flash") { console.log("its using the flash player"); }
これについては、API で何も見つかりませんでした。