File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939* Compiler: deadcode elimination of cyclic values (#1978 )
4040* Compiler: directly write Wasm binary modules (#2000 , #2003 )
4141* Compiler: rewrote inlining pass (#1935 , #2018 )
42+ * Library: add Dom_html.window.matchMedia & Dom_html.mediaQueryList (#2017 )
4243
4344## Bug fixes
4445* Compiler: fix stack overflow issues with double translation (#1869 )
Original file line number Diff line number Diff line change @@ -2313,7 +2313,7 @@ class type _URL = object
23132313end
23142314
23152315class type mediaQueryList = object
2316- method media : js_string t prop
2316+ method media : js_string t prop
23172317
23182318 method matches : bool readonly_prop
23192319
Original file line number Diff line number Diff line change @@ -2165,7 +2165,7 @@ class type _URL = object
21652165end
21662166
21672167class type mediaQueryList = object
2168- method media : js_string t prop
2168+ method media : js_string t prop
21692169
21702170 method matches : bool readonly_prop
21712171
You can’t perform that action at this time.
0 commit comments