mediaelement / mediaelement-plugins

Plugins for the main mediaelement project
406 stars 138 forks source link

simplified script loading #27

Closed jimmywarting closed 7 years ago

jimmywarting commented 7 years ago

didn't use the onload event for something. onreadystatechange was not needed either (http://kangax.github.io/jstests/script-element-onload-attribute-support/)

__onGCastApiAvailable can be used instead of the script.onload

rafa8626 commented 7 years ago

PR merged. Thanks