webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Storage

Documentation

storageKey :: (StorageClass self, GlibString string) => self -> Word -> IO stringSource

storageGetItem :: (StorageClass self, GlibString string) => self -> string -> IO stringSource

storageSetItem :: (StorageClass self, GlibString string) => self -> string -> string -> IO ()Source

storageRemoveItem :: (StorageClass self, GlibString string) => self -> string -> IO ()Source

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

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