There was an error while loading. Please reload this page.
1 parent d5abcaf commit cfd7693Copy full SHA for cfd7693
1 file changed
docs/pageLoader.html
@@ -38,6 +38,7 @@
38
// https://developer.mozilla.org/en-US/docs/Web/Privacy/Storage_Access_Policy/Errors/CookiePartitionedForeign
39
// iframes are sandboxed by default and if we popout the live preview, those previews wont be
40
// reachable from this sandboxed iframe server. So we have to request access.
41
+ // https://developer.mozilla.org/en-US/docs/Web/API/Document/requestStorageAccess
42
document.requestStorageAccess().then(
43
() => {
44
console.log("access granted");
0 commit comments