fix: typescript options type definition (#1861)

This commit is contained in:
Niklas von Hertzen
2019-05-29 21:11:50 -07:00
committed by GitHub
parent 28dc05c4a3
commit cae44a6f0a
4 changed files with 62 additions and 54 deletions

View File

@@ -61,7 +61,7 @@ export class CacheStorage {
}
}
interface ResourceOptions {
export interface ResourceOptions {
imageTimeout: number;
useCORS: boolean;
allowTaint: boolean;