aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils/is.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix to work inside iframes. (#2069)Andre Gagnon2021-01-241-1/+7
| | | | | | | * Fix to work inside iframes. Right now Plyr fails to load inside iframes because the selectors are not instances of Element (iframes have their own, separate globals). This is an alternative method to check isElement that will work inside iframes. This is battle-tested fallback code used before browsers supported HTMLElement. * Update is.js
* chore: update packages and lintingSam Potts2020-08-301-19/+19
|
* Converted to 2 space indentationSam Potts2020-04-111-39/+39
|
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-03-291-1/+1
| | | | | | # Conflicts: # package.json # yarn.lock
* Ads bug fixesSam Potts2019-02-011-0/+2
|
* Allow custom download URL (for streaming, etc)Sam Potts2018-10-241-0/+5
|
* Escape closes menuSam Potts2018-08-011-0/+2
|
* Ads only on HTML5 and .is cleanupSam Potts2018-06-211-58/+54
|
* 120 line width, package upgradeSam Potts2018-06-171-1/+4
|
* Utils broken down into seperate files and exportsSam Potts2018-06-131-0/+64