I have two files like inject.js and PdfLogin.js. I have setting the localStorage.setItem("base64", file)
in inject.js file,
Now i want to get the value of the localstorage in PdfLogin.js page and i am using to get the value like this
localStorage.getItem("base64")
but it is returning "null" value.
How to send and get data from one page (mail.google.com says) to another page (An embedded page at PdfLogin.html says)???
I am using like this
localStorage.setItem("base64", file) // mail.google.com page
and i'm getting the null value in embedded page at PdfLogin.html
localStorage.getItem("base64");
Mail ID: mahendraveeregowda@gmail.com