mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
6 lines
155 B
Text
6 lines
155 B
Text
// https://github.com/whatwg/html/issues/3338
|
|
|
|
partial interface Document {
|
|
Promise<bool> hasStorageAccess();
|
|
Promise<void> requestStorageAccess();
|
|
};
|