// https://github.com/whatwg/html/issues/3338 partial interface Document { Promise hasStorageAccess(); Promise requestStorageAccess(); };