Skip to content

@tripo3d/fingerprint / isWebKit

Function: isWebKit()

ts
function isWebKit(): boolean;

Defined in: utils/browser.ts:78

Checks whether the browser is based on mobile or desktop Safari without using user-agent. All iOS browsers use WebKit (the Safari engine).

Warning for package users: This function is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.

Returns

boolean

基于 MIT 协议发布(内部使用)