Reducing browser spinner time (#1157)

This commit is contained in:
Jake Archibald
2021-09-20 13:49:53 +01:00
committed by GitHub
parent 9663c23489
commit cad09160b6
6 changed files with 44 additions and 27 deletions

5
missing-types.d.ts vendored
View File

@@ -44,6 +44,11 @@ declare module 'data-url:*' {
export default url;
}
declare module 'data-url-text:*' {
const url: string;
export default url;
}
declare module 'service-worker:*' {
const url: string;
export default url;