Re: [webrtc-pc] Alternative storage for RTCCertificates needed (#2944)

https://storage.spec.whatwg.org/#dom-storagemanager-persist was mentioned but this (if I understand it) doesn't differentiate between RTCCertificates and anything else in IndexedDB.

I notice the slides have a typo (which I unfortunately wasn't there to correct) 
It should have read :
Proposal 1
Save to NON indexedDB store (borrowed from MediaKeySession) :
RTCCertificate.load(fingerprint)
RTCCertificate.store(certificate)
This assumes the app knows the fingerprint - but that can be stored in 
a URL param. 


---
This clearly differentiates RTCCertificates from other IndexedDB contents - and puts them in the same category as DRM media keys, which may be appropriate.

-- 
GitHub Notification of comment by steely-glint
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2944#issuecomment-2022849152 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 27 March 2024 14:01:16 UTC