You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: web/packages/core/src/internal/player/inner.tsx
+5-2
Original file line number
Diff line number
Diff line change
@@ -798,11 +798,14 @@ export class InnerPlayer {
798
798
* Reloads the player, as if you called {@link RufflePlayer.load} with the same config as the last time it was called, but setting the preferredRenderer to "canvas".
799
799
*
800
800
* If this player has never been loaded, this method will return an error.
801
+
* If this player was already trying to use the canvas render, this method will panic.
0 commit comments