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
some micro-front-end framework may hack the script tag behaviour,it will be changed to use xhr or fetch to get the resource so that it can be put into the sandbox(eval),so the script tag will not be append to document actually.
the left code will cause error because the script instance just exist in memory,not in document,it's parentNode will be empty
The text was updated successfully, but these errors were encountered:
some micro-front-end framework may hack the script tag behaviour,it will be changed to use xhr or fetch to get the resource so that it can be put into the sandbox(eval),so the script tag will not be append to document actually.
the left code will cause error because the script instance just exist in memory,not in document,it's parentNode will be empty
The text was updated successfully, but these errors were encountered: