How to avoid “Synchronous XMLHttpRequest on the main thread” warning in UI5?
问题 I'm staring my UI5 with the following bootstrapping in index.js : sap.ui.define([ "sap/m/Shell", "sap/ui/core/ComponentContainer" ], (Core, Shell, ComponentContainer) => { "use strict"; new Shell("", { app: new ComponentContainer("", { height: "100%", name: "webapp" }), appWidthLimited: false }).placeAt("content"); }); According to the UI5 documentation: Static dependencies are loaded in the dependency declaration array of the sap.ui.define call. These dependencies are always loaded in