Add mediaplayer as a new browser.type

This commit is contained in:
Faisal Salman
2024-06-11 09:12:36 +07:00
parent b52a7ea268
commit de4978e8d9
5 changed files with 32 additions and 27 deletions

View File

@@ -152,6 +152,7 @@ const BrowserType = Object.freeze({
EMAIL: 'email',
FETCHER: 'fetcher',
INAPP: 'inapp',
MEDIAPLAYER: 'mediaplayer',
MODULE: 'module'
});