move browser related APIs into runtime

This commit is contained in:
Yanzhen Yu
2019-04-02 21:29:14 +08:00
parent 8e90801daf
commit 059cbe4fd8
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',
}