yaolh
yaolh
场景: 前端资源更新时 只有css更新,css哈希值变化 老的css资源无法请求到的场景 调用栈中 定位到 错误是在forStrictSandbox rawHeadAppendChild.call(mountDom, stylesheetElement); 控制台有error GET http://saas-test2.raritag.cn/sub-app-materials-inventory/css/materialsList.4663284c.css net::ERR_ABORTED 404 (Not Found) https://github.dev/umijs/qiankun/blob/cbd6cc064624be31a5f5f972d37075471ac7b15a/src/sandbox/patchers/dynamicAppend/forStrictSandbox.ts 问题: 主应用、子应用中 addGlobalUncaughtErrorHandler 无法捕获到错误 
This issue discusses how to convert a mask image into SVG format, making it more convenient for frontend developers to display. The implementation uses the Marching Squares algorithm to extract...