11cb0ef41Sopenharmony_ci/* Whether the browser is Chromium-based with MojoJS enabled */
21cb0ef41Sopenharmony_ciexport const isChromiumBased = 'MojoInterfaceInterceptor' in self;
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci/* Whether the browser is WebKit-based with internal test-only API enabled */
51cb0ef41Sopenharmony_ciexport const isWebKitBased = !isChromiumBased && 'internals' in self;
6