Monday, 14 June 2021

What is the difference between database storage API and DOM storage API

From the WebView documentation, it says:

  1. setDatabaseEnabled sets whether the database storage API is enabled.
  2. setDomStorageEnabled sets whether the DOM storage API is enabled.

So I want to ask what is database storage API and what is DOM storage API? What are their differences?



from What is the difference between database storage API and DOM storage API

No comments:

Post a Comment