-
Enhancement
-
Resolution: Unresolved
-
P3
-
jfx13
-
generic
-
generic
IndexedDB is a transactional database system, like an SQL-based RDBMS. However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored. You need to specify the database schema, open a connection to your database, and then retrieve and update data within a series of transactions.
Currently JavaFX WebView doesn't support IndexDB APIs.
Currently JavaFX WebView doesn't support IndexDB APIs.
- relates to
-
JDK-8090383 Storage API is incomplete
-
- Open
-