I am trying to download a pdf using openBrowserWindow in word addin as office 365 is being used for the addin. I want to access the localstorage value that is set in the addin inside the html page i.e. rendered by openBroserWindow.
It seems like two different localstorage object is created separately for the addin and for html. So the value is null inside the html.
The addin is created by angular and deployed in IIS so both the addin and html are in the same domain.