mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
6 lines
275 B
JavaScript
6 lines
275 B
JavaScript
postMessage({ appCodeName: navigator.appCodeName,
|
|
appName: navigator.appName,
|
|
appVersion: navigator.appVersion,
|
|
platform: navigator.platform,
|
|
userAgent: navigator.userAgent,
|
|
product: navigator.product });
|