Skip to content
Snippets Groups Projects
Commit 12a71bc6 authored by Harri Lehtola's avatar Harri Lehtola Committed by Andrew Kushnir
Browse files

fix(core): determine required DOMParser feature availability (#36578) (#37783)

Verify that HTML parsing is supported in addition to DOMParser existence.
This maybe wasn't as important before when DOMParser was used just as a
fallback on Firefox, but now that DOMParser is the default choice, we need
to be more accurate.

PR Close #37783
parent 7d270c23
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment