Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8217301

[WebView] Add IndexedDB support

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • P3
    • tbd
    • jfx13
    • javafx
    • web
    • generic
    • generic

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              arajkumar Arunprasad Rajkumar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: