Issue #2503 - Part 1: add CPU IS support flags to Navigator interface

This commit is contained in:
Moonchild 2024-04-14 20:47:17 +02:00 committed by roytam1
commit 35d7a1fe5a
3 changed files with 18 additions and 0 deletions

View file

@ -211,6 +211,10 @@ partial interface Navigator {
*/
[ChromeOnly]
readonly attribute boolean cpuHasSSE2;
[ChromeOnly]
readonly attribute boolean cpuHasAVX;
[ChromeOnly]
readonly attribute boolean cpuHasAVX2;
};
// nsIDOMNavigatorDesktopNotification