Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.1 KB

InlineLoader.md

File metadata and controls

37 lines (26 loc) · 1.1 KB

InlineLoader

Kind: global class
Properties

Name Type Description
name string
cacheBuster boolean
onComplete function
onProgress function
onFail function
fileType string Manually assign the file type, eg: css, script, html

new InlineLoader(target, arg)

This class is designed to handle a single load a file inlined by writing it to the head

Param Type Description
target string load target
arg object Object with any of the following optional parameters for customizing the load routine.

InlineLoader.load()

Starts the load process.

Kind: static method of InlineLoader