webkit-0.11.1: Binding to the Webkit library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

Graphics.UI.Gtk.WebKit.WebDatabase

Contents

Description

Access to the WebKit Web Database

Synopsis

Types

Methods

webDatabaseGetDisplayName :: WebDatabaseClass self => self -> IO StringSource

Returns the name of the WebDatabase as seen by the user.

webDatabaseGetExpectedSize :: WebDatabaseClass self => self -> IO IntSource

Returns the expected size of the Database in bytes as defined by the web author. The Web Database standard allows web authors to specify an expected size of the database to optimize the user experience.

webDatabaseGetFilename :: WebDatabaseClass self => self -> IO StringSource

Returns the absolute filename to the WebKitWebDatabase file on disk.

webDatabaseGetName :: WebDatabaseClass self => self -> IO StringSource

Returns the canonical name of the WebDatabase.

webDatabaseGetSecurityOrigin :: WebDatabaseClass self => self -> IO SecurityOriginSource

Returns the security origin of the WebKitWebDatabase.

webDatabaseGetSize :: WebDatabaseClass self => self -> IO IntSource

Returns the actual size of the WebDatabase space on disk in bytes.

webDatabaseRemove :: WebDatabaseClass self => self -> IO ()Source

Removes the WebDatabase from its security origin and destroys all data stored in the database.