Bug 175919
| Summary: | Storage Access API: Make Document::requestStorageAccess() async and return a promise | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | John Wilander <wilander> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=175759 | ||
John Wilander
Document::requestStorageAccess() should be asynchronous and return a promise instead of a boolean.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
John Wilander
This was fixed in https://bugs.webkit.org/show_bug.cgi?id=175759
*** This bug has been marked as a duplicate of bug 175759 ***