Home > @infiniteobjects/core-library-web > Xhr
XHR utilities
Signature:
export declare class Xhr
Method | Modifiers | Description |
---|---|---|
fetch({ url, headers, errorEmitter }) | static |
Fetch a URL |
post({ url, data, headers, errorEmitter }) | static |
POST a URL |