You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3rd party script (onetrust) that I want to load via partytown tries to insert element using document.createRange().createContextualFragment() and fails.
Expected:
Result of createContextualFragment() is #document-fragment
Actual:
Result of createContextualFragment() is Proxy(WorkerBase)