mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +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();
|
|
};
|