Static Method Summary
| Static Public Methods | ||
| public static |
Loads an SVG |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(name: string) Loads an SVG |
|
Method Summary
| Public Methods | ||
| public |
format(): SVGSVGElement |
|
| public |
async run() Intercepts and uses a cache |
|
Inherited Summary
| From class Request | ||
| protected |
|
|
| public |
cancel() Cancels the request. |
|
| public |
Formats the request object and returns an object of Request<T>'s T. |
|
| public |
Performs the request |
|
Static Public Methods
Public Constructors
public constructor(name: string) source
Loads an SVG
Override:
Request#constructorParams:
| Name | Type | Attribute | Description |
| name | string | Name of svg |
Public Methods
public format(): SVGSVGElement source
Formats the request object and returns an object of Request<T>'s T.
