We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c87aa commit 1d1d111Copy full SHA for 1d1d111
index.d.ts
@@ -69,6 +69,10 @@ declare interface VMScriptGMInfoObject {
69
* extension API (`browser.runtime.getPlatformInfo` and `getBrowserInfo`).
70
*/
71
platform: VMScriptGMInfoPlatform;
72
+ /**
73
+ * A copy of navigator.userAgent from the content script of the extension.
74
+ * @since VM2.20.2 */
75
+ userAgent: string;
76
/**
77
* A copy of navigator.userAgentData from the content script of the extension.
78
* Not present in browsers that don't implement this API.
0 commit comments