API Documentation for: 1.0.0
Show:

Methods Class

Defined in: Methods:41
Module: PreloadJS

Defines the method types for XHR requests. Currently, PreloadJS only supports "POST" and "GET", however any HTML method can be used with PreloadJS utilities.

Item Index

Properties

Properties

GET

String static

Defined in GET:59

Defines a GET request, use for a method value when loading data.

Default: get

POST

String static

Defined in POST:50

Defines a POST request, use for a method value when loading data.

Default: post