File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2321,8 +2321,14 @@ class type window = object
23212321
23222322 method blur : unit meth
23232323
2324+ method scrollX : number_t readonly_prop
2325+
2326+ method scrollY : number_t readonly_prop
2327+
23242328 method scroll : number_t -> number_t -> unit meth
23252329
2330+ method scrollTo : number_t -> number_t -> unit meth
2331+
23262332 method scrollBy : number_t -> number_t -> unit meth
23272333
23282334 method sessionStorage : storage t optdef readonly_prop
Original file line number Diff line number Diff line change @@ -2165,8 +2165,14 @@ class type window = object
21652165
21662166 method blur : unit meth
21672167
2168+ method scrollX : number_t readonly_prop
2169+
2170+ method scrollY : number_t readonly_prop
2171+
21682172 method scroll : number_t -> number_t -> unit meth
21692173
2174+ method scrollTo : number_t -> number_t -> unit meth
2175+
21702176 method scrollBy : number_t -> number_t -> unit meth
21712177
21722178 method sessionStorage : storage t optdef readonly_prop
You can’t perform that action at this time.
0 commit comments