plugin-web-update-notification icon indicating copy to clipboard operation
plugin-web-update-notification copied to clipboard

checkOnLoadFileError没有考虑link方式引入的js,导致404后捕获不到

Open hsk-story opened this issue 1 year ago • 0 comments

例如JS是采用预加载引入<link rel="modulepreload" as="script" crossorigin="" href="/static/js/login-19127703.js">

但是代码中只判断了script标签 https://github.com/GreatAuk/plugin-web-update-notification/blob/4f366e75b99575ca0bd778fb89351fb45c079045/packages/core/src/injectScript.ts#L154

hsk-story avatar Jun 06 '24 08:06 hsk-story