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
fix: Apply crossorigin attribute with setAttribute tag (#2196)
The crossorigin attribute is not being applied to the script tag when the assignment `_newScriptTag.crossorigin = 'anonymous'` but using `setAttribute()` applies the attribute correctly.
0 commit comments