File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Returns the first element that is a descendant of node that matches selectors.
84
84
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Document/querySelector)
85
85
*/
86
86
@send
87
- external querySelector : (document , string ) => element = "querySelector"
87
+ external querySelector : (document , string ) => Null . t < element > = "querySelector"
88
88
89
89
/**
90
90
Returns all element descendants of node that match selectors.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Returns the first element that is a descendant of node that matches selectors.
66
66
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/DocumentFragment/querySelector)
67
67
*/
68
68
@send
69
- external querySelector : (T .t , string ) => element = "querySelector"
69
+ external querySelector : (T .t , string ) => Null . t < element > = "querySelector"
70
70
71
71
/**
72
72
Returns all element descendants of node that match selectors.
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Returns the first element that is a descendant of node that matches selectors.
267
267
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Document/querySelector)
268
268
*/
269
269
@send
270
- external querySelector : (T .t , string ) => element = "querySelector"
270
+ external querySelector : (T .t , string ) => Null . t < element > = "querySelector"
271
271
272
272
/**
273
273
Returns all element descendants of node that match selectors.
You can’t perform that action at this time.
0 commit comments