detectBrowserCapabilities
detectBrowserCapabilities(
options?):BrowserCapabilities
Defined in: packages/browser-adapter/src/env-probe.ts:100
探测当前环境(浏览器/Node)的能力。
在 SSR(Node)环境下,所有浏览器 API 检测返回 false。
结果在首次调用后缓存,同一会话内重复调用返回同一对象。 如需强制重新探测(测试场景),传 { force: true }。
Parameters
Section titled “Parameters”options?
Section titled “options?”force?
Section titled “force?”boolean