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.
8484[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Document/querySelector)
8585*/
8686@send
87- external querySelector : (document , string ) => element = "querySelector"
87+ external querySelector : (document , string ) => Null . t < element > = "querySelector"
8888
8989/**
9090Returns 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.
6666[Read more on MDN](https://developer.mozilla.org/docs/Web/API/DocumentFragment/querySelector)
6767*/
6868 @send
69- external querySelector : (T .t , string ) => element = "querySelector"
69+ external querySelector : (T .t , string ) => Null . t < element > = "querySelector"
7070
7171 /**
7272Returns 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.
267267[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Document/querySelector)
268268*/
269269 @send
270- external querySelector : (T .t , string ) => element = "querySelector"
270+ external querySelector : (T .t , string ) => Null . t < element > = "querySelector"
271271
272272 /**
273273Returns all element descendants of node that match selectors.
You can’t perform that action at this time.
0 commit comments