ruffle/web/js-src
Mike Welsh 29754eace8 web: Avoid `copyToChannel` on Safari
`AudioBuffer.copyToChannel` does not work on Safari, so switch to
using `getChannelData` to fill the audio buffers.

Limitations in wasm-bindgen prevent us from actually modifying the
data returned by `getChannelData` on the Rust side, so import a JS
function to fill the audio buffer (js-src/ruffle-imports.js).
2019-12-03 23:05:42 -08:00
..
load-ruffle.js Fix our previous changes to the Ruffle core loader so that both the extension and demo work 2019-09-11 20:28:58 -04: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 Don't depend on the legacy elements polyfill anymore, as that no longer exists, and we define all elements on demand. 2019-11-17 17:43:19 -05:00
public-api.js web: Add missing return to Ruffle.newest() 2019-11-17 17:43:19 -05: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 Interdictions are now called polyfills 2019-11-17 17:43:19 -05:00
ruffle-imports.js web: Avoid `copyToChannel` on Safari 2019-12-03 23:05:42 -08:00
ruffle-object.js Interdictions are now called polyfills 2019-11-17 17:43:19 -05:00
ruffle-player.js Fix the fallback object detection. 2019-11-17 17:43:19 -05: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