WebContext.ephemeral


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.16" ) ]
public WebContext.ephemeral ()

Create a new ephemeral WebContext.

An ephemeral WebContext is a context created with an ephemeral WebsiteDataManager. This is just a convenient method to create ephemeral contexts without having to create your own WebsiteDataManager . All WebView<!-- -->s associated with this context will also be ephemeral. Websites will not store any data in the client storage. This is normally used to implement private instances.

Returns:

a new ephemeral WebContext.