Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pass matching mime type to xmldom
If the `Content-Type` header contains one of the mime types supported by `DOMParser`, the first matching mime type will be used instead of `text/xml`. The default is still `text/xml` for cases when the header is not present or none of the mime types from the list are present.
- Loading branch information