API Docs for: 0.5.5
Show:

kick.core.ResourceTracker Class

Interface used for tracking initialization of resources (such as loading, creating, etc.)

Methods

resourceLoadingFailed

(
  • url
  • obj
)

Parameters:

  • url String
  • obj Object

resourceLoadingFinished

(
  • url
  • obj
)

Parameters:

  • url String
  • obj Object

resourceLoadingStarted

(
  • url
  • obj
)

Parameters:

  • url String
  • obj Object

Properties

protocol

String

Protocol of the resource, such as http://, kickjs://
The protocol must uniquely identify a resource provider