gi-webkit2webextension-4.0.27: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMBlob

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMBlob o) => IsDOMBlob o Source #

Type class for types which can be safely cast to DOMBlob, for instance with toDOMBlob.

Instances

Instances details
(GObject o, IsDescendantOf DOMBlob o) => IsDOMBlob o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMBlob

toDOMBlob :: (MonadIO m, IsDOMBlob o) => o -> m DOMBlob Source #

Cast to DOMBlob, for types for which this is known to be safe. For general casts, use castTo.

Methods

getSize

dOMBlobGetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMBlob a) 
=> a

self: A DOMBlob

-> m Word64

Returns: A guint64

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

size

No description available in the introspection data.

getDOMBlobSize :: (MonadIO m, IsDOMBlob o) => o -> m Word64 Source #

Get the value of the “size” property. When overloading is enabled, this is equivalent to

get dOMBlob #size