ruffle/web/js-src
Mike Welsh e332e5c24c web: Simplify polyfill code
Addresses #464. Use `document.getElementsByTagName` to find all
object and embed tags in the document. For dynamic content,
we keep these live collections around, and re-check them whenever
a MutationObserver fires.

Co-authored-by: Justin-CB <55590227+Justin-CB@users.noreply.github.com>
2020-03-24 22:13:10 -07:00
..
load-ruffle.js Build the extension using webpack, the same as the local version. 2020-01-10 22:10:43 -05:00
plugin-polyfill.js The MimeType for `application/x-shockwave-flash` should list it's extension as `swf`, not `spl`. 2019-08-31 18:57:26 -04:00
polyfills.js web: Simplify polyfill code 2020-03-24 22:13:10 -07:00
public-api.js web: Add missing returns to RufflePlayer.local/local_compatible 2020-01-13 12:28:30 -08:00
public-path.js Allow configuring the Webpack path 2019-11-17 17:43:19 -05:00
register-element.js Fix the fallback object detection. 2019-11-17 17:43:19 -05:00
ruffle-embed.js web: Ignore errors on `Element.setAttribute` in polyfill 2020-03-20 20:47:58 -07:00
ruffle-imports.js web: Avoid `copyToChannel` on Safari 2019-12-03 23:05:42 -08:00
ruffle-object.js web: Ignore errors on `Element.setAttribute` in polyfill 2020-03-20 20:47:58 -07:00
ruffle-player.js web: Handle percentage dimensions in polyfill (fix #433) 2020-03-21 01:23:23 -07:00
shadow-template.js Fix incorrect centering on homestarrunner.net its dot com 2019-08-30 22:27:49 -04:00
source-api.js Expose the `RufflePlayer` element directly. 2019-11-17 17:43:19 -05:00
version-range.js web: Add missing return to VersionRange.from_requirement_string 2019-11-17 17:43:19 -05:00
version.js Expand version handling to support ranges and requirements. 2019-11-17 17:43:19 -05:00