Closed chinedufn closed 1 year ago
This commit changes a dyn_into() into a .unchecked_into() since, for currently, unknown reasons .dyn_into().unwrap() was panicking in a real application Firefox (but not in our headless Firefox tests).
dyn_into()
.unchecked_into()
.dyn_into().unwrap()
The web-sys version was "0.3.61"
web-sys
This commit changes a
dyn_into()
into a.unchecked_into()
since, for currently, unknown reasons.dyn_into().unwrap()
was panicking in a real application Firefox (but not in our headless Firefox tests).The
web-sys
version was "0.3.61"