- Extract beforeunload handler in useWebrenderer.ts to ensure consistent unregister() calls - Remove unused AudioContext from PMOPlayer and clean up destroy() - Add guaranteed final report via sendBeacon during destruction - Simplify playStream() in PMOPlayer by removing URL rewriting logic (now handled server-side) - Update play_handler to pass instance_id and store stream command atomically - Avoid race conditions when setting current_uri before sending Play control event - Remove obsolete WebSocket message types from messages.rs (now using HTTP polling) - Keep only core PlaybackState enum - Fix registry::get_player_command to avoid nested locks on HashMap + Sharedstate Arcs - Add missing PlaybackState::Transitioning in pipeline.rs TrackEnded event - Refactor renderer service variable registration using helper add_var() function
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.