move browser related APIs into runtime

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 6010d62c60
commit 32c33f3ce8
3 changed files with 9 additions and 9 deletions

View File

@@ -267,4 +267,5 @@ export enum ReplayerEvents {
LoadStylesheetEnd = 'load-stylesheet-end',
SkipStart = 'skip-start',
SkipEnd = 'skip-end',
MouseInteraction = 'mouse-interaction',
}