Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XHR] XSLTProcessor #30163

Merged
merged 1 commit into from
Nov 9, 2023
Merged

[XHR] XSLTProcessor #30163

merged 1 commit into from
Nov 9, 2023

Conversation

wbamberg
Copy link
Collaborator

@wbamberg wbamberg commented Nov 9, 2023

Part of #30131.

Use fetch()+DOMParser instead of synchronous XHR to fetch XSL and XML documents.

The bit about "For the actual transformation, XSLTProcessor requires an XML document..." seemed to be attached to the wrong section, so I moved it.

I have tested the first example and it works great! The second example I could not get to work in its original form, but I have checked that the fetch part works, so I don't think it is any more broken than before.

@wbamberg wbamberg requested a review from a team as a code owner November 9, 2023 17:58
@wbamberg wbamberg requested review from Elchi3 and removed request for a team November 9, 2023 17:58
@github-actions github-actions bot added the Content:WebAPI Web API docs label Nov 9, 2023
Copy link
Contributor

github-actions bot commented Nov 9, 2023

Preview URLs

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Yeah, it is enough: not a feature that much used we need to spend too much time on it.

@teoli2003 teoli2003 merged commit 759e0b7 into mdn:main Nov 9, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants