Gjsify LogoGjsify Logo

Enum values used to denote the different events that happen during a #WebKitWebView load operation.

Index

Enumeration Members

COMMITTED: number

The content started arriving for a page load. The necessary transport requirements are established, and the load is being performed.

FINISHED: number

Load completed. All resources are done loading or there was an error during the load operation.

REDIRECTED: number

A provisional data source received a server redirect.

STARTED: number

A new load request has been made. No data has been received yet, empty structures have been allocated to perform the load; the load may still fail due to transport issues such as not being able to resolve a name, or connect to a port.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method