ruffle/web/packages
Nathan Adams ed66cf036c web: Add firefox testing, + a fix for ExternalConnection on Firefox when called from the test harness
Turns out that an object isn't 'instanceof Object' in Firefox, if it was made from another window/process/tab/whatever. In this case, that meant that Ruffle always thought it was null because wasm-bindgen relies on 'instanceof Object'
2024-07-14 18:04:14 +02:00
..
core web: Do not show context menu when right click event is consumed 2024-07-12 15:41:08 +02:00
demo web: Migrate to 'flat config' style for eslint 2024-07-08 11:34:35 +02:00
extension web/extension: Use source-map as webpack devtool for debug builds 2024-07-12 13:22:16 +02:00
selfhosted web: Add firefox testing, + a fix for ExternalConnection on Firefox when called from the test harness 2024-07-14 18:04:14 +02:00