worker-dom
worker-dom copied to clipboard
Support document.implementation.createHTMLDocument to unlock jQuery usage
jQuery uses dom.implementation.createHTMLDocument for its parseHtml call which errors when loading the library. Supporting the implementation obj/interface and a textNode on the Node object should unlock jQuery.
cc\ @kristoferbaxter I'm looking to do the work for this unless there is a reason why this isn't supported. Pls assign to me. Thanks
@alabiaga if this would make jQuery work, um, that would be huge. Any chance you can still work on this?
@morsssss I started it but just never prioritized it. I'll see how much more work is left and will update this ticket by Monday. Thanks
@alabiaga Do you have an update?
Will pass this to @sebastianbenz. I'll sync with him this coming week. Thanks
I'm also just guessing this wouldn't be sufficient to get jQuery to start working. Wouldn't it be nice though?
On Sun, Feb 16, 2020, 7:02 PM Aaron Labiaga [email protected] wrote:
Will pass this to @sebastianbenz https://github.com/sebastianbenz. I'll sync with him this coming week. Thanks
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ampproject/worker-dom/issues/679?email_source=notifications&email_token=AHAOP2U22HU32CSBYQ7XPOLRDHHXTA5CNFSM4I43N672YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4WWUA#issuecomment-586771280, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAOP2SSN2N5LRJU3URYQ2DRDHHXTANCNFSM4I43N67Q .
@morsssss correct. Last time I checked it should at least get it to point of loading the library.