How do I Clear browsing data, specifically (“Offline Website Data’ and “Site settings”) programmatically?
I am developing a Firefox extension to clear browsing data and I used browsingData.remove() to do that job. By using that function I can clear most of what I want except for Offline Website Data
and Site settings
I can’t clear them.