Mercurial > hg > ugly-duckling
view src/app/services/File.ts @ 497:c39df81c4dae
Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Sun, 13 Aug 2017 19:44:07 +0100 |
parents | |
children |
line wrap: on
line source
export abstract class UrlResourceLifetimeManager { abstract createUrlToResource(resource: File | Blob): string; abstract revokeUrlToResource(url: string): void; }