File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2147,11 +2147,15 @@ class type navigator =
21472147
21482148 method platform : js_string t readonly_prop
21492149
2150+ method vendor : js_string t readonly_prop
2151+
21502152 method userAgent : js_string t readonly_prop
21512153
21522154 method language : js_string t optdef readonly_prop
21532155
21542156 method userLanguage : js_string t optdef readonly_prop
2157+
2158+ method maxTouchPoints : int t readonly_prop
21552159 end
21562160
21572161class type screen =
Original file line number Diff line number Diff line change @@ -2011,11 +2011,15 @@ class type navigator =
20112011
20122012 method platform : js_string t readonly_prop
20132013
2014+ method vendor : js_string t readonly_prop
2015+
20142016 method userAgent : js_string t readonly_prop
20152017
20162018 method language : js_string t optdef readonly_prop
20172019
20182020 method userLanguage : js_string t optdef readonly_prop
2021+
2022+ method maxTouchPoints : int t readonly_prop
20192023 end
20202024
20212025class type screen =
You can’t perform that action at this time.
0 commit comments