webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Storage

Documentation

storageKey :: StorageClass self => self -> Word -> IO StringSource

storageGetItem :: StorageClass self => self -> String -> IO StringSource

storageSetItem :: StorageClass self => self -> String -> String -> IO ()Source

storageRemoveItem :: StorageClass self => self -> String -> IO ()Source

storageClear :: StorageClass self => self -> IO ()Source

storageGetLength :: StorageClass self => self -> IO WordSource