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
When using window.onerror in the bootstrap script that is hosted in a CDN the error message will show "Script error." instead of a proper error message. This is because of the cross-origin script. To fix this issue a crossorigin="anonymous" attribute needs to be added in the script tag.
Currently, bootstrapScripts supports src and integrity as configurations, should it also supports a crossorigin property?