| 1 | import { isCdnUrlRe, isDataUri, isRemote, makeRaw, request } from '@/common'; |
| 2 | import { NO_CACHE } from '@/common/consts'; |
| 3 | import storage from './storage'; |
| 4 | import { getUpdateInterval } from './update'; |
nothing calls this directly
no test coverage detected