Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radixx cannot access sessionStorage from Iframe #4

Open
isocroft opened this issue Dec 2, 2017 · 2 comments
Open

Radixx cannot access sessionStorage from Iframe #4

isocroft opened this issue Dec 2, 2017 · 2 comments

Comments

@isocroft
Copy link
Owner

isocroft commented Dec 2, 2017

Due to same-origin restrictions. It seems that Radixx cannot access the sessionStorage object from within an iframe. Thereby affecting things like JSFiddle, Codepen using Radixx code

@isocroft
Copy link
Owner Author

isocroft commented Dec 2, 2017

Can use this code sessStore = (win.top !== win || !(win.sessionStorage) ? {} : win.sessionStorage to limit the impact of inaccessibility while in an iframe.

@isocroft
Copy link
Owner Author

v0.1.2 makes major inroads into a workaround for handling sessionStorage even within an iframe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant