ruffle/web/packages
relrelb bb926461a1 extension: Return a `Promise` from `injectScriptURL`
This serves 2 goals:

1. Wait for the script to be injected (when the promise is resolved),
so future `sendMessageToPage` won't happen before the script can
respond.
2. Detect errors in the script injection (when the promise is
rejected).
2021-09-24 17:30:12 +03:00
..
core web: Indent using spaces in tsconfig.json 2021-09-15 00:42:17 +03:00
demo demo: Add visual indicator to file picker for dragging and dropping 2021-09-15 00:08:16 +03:00
extension extension: Return a `Promise` from `injectScriptURL` 2021-09-24 17:30:12 +03:00
selfhosted web: Set `__webpack_public_path__` in `load-ruffle.ts` 2021-09-08 02:25:05 -07:00