UNPKG

unified-video-framework

Version:

Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more

6 lines 220 B
export declare class CertificateManager { private cache; fetchCertificate(url: string, headers?: Record<string, string>): Promise<Uint8Array>; clear(): void; } //# sourceMappingURL=CertificateManager.d.ts.map