Skip to content

Commit cfd7693

Browse files
committed
doc
1 parent d5abcaf commit cfd7693

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/pageLoader.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
// https://developer.mozilla.org/en-US/docs/Web/Privacy/Storage_Access_Policy/Errors/CookiePartitionedForeign
3939
// iframes are sandboxed by default and if we popout the live preview, those previews wont be
4040
// reachable from this sandboxed iframe server. So we have to request access.
41+
// https://developer.mozilla.org/en-US/docs/Web/API/Document/requestStorageAccess
4142
document.requestStorageAccess().then(
4243
() => {
4344
console.log("access granted");

0 commit comments

Comments
 (0)