WebAssetContainer class
Skygear Asset APIs (for web platforms).
Signature:
export declare class WebAssetContainer<T extends WebAPIClient>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(parent) | Constructs a new instance of the WebAssetContainer class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
parent | WebContainer<T> |
Methods
Method | Modifiers | Description |
---|---|---|
upload(blob, options) | Uploads new asset. |