Hi developers,
I'm just doing some test with a small extension which use FSA API.
Clicking on action icon a page is opened.
In this page there are 2 buttons; one for choose a directory to save a simple text file,
and the other to read that file in that folder and show its content.
So far no problem.
Of couse, each button trigger a permission request at first time.
Furthermore, the directory handler is stored in a indexeDB.
Now if I duplicate this tab several times (sometime it's enough 2 time, sometime 4 or 5 times) when I click the button to read the file a new permission request is prompt.
The question is very simple: WHY?
Thank you in advance.
P.S. If needed I can post the code (which is not very long) or a video.