WebsiteData.getSize

Gets the size of the data of types types in a #WebKitWebsiteData.

Note that currently the data size is only known for webkit.types.WebsiteDataTypes.DiskCache data type so for all other types 0 will be returned.

class WebsiteData
ulong
getSize

Parameters

types webkit.types.WebsiteDataTypes

a bitmask of #WebKitWebsiteDataTypes

Return Value

Type: ulong

the size of website_data for the given types.