You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tim Rücker edited this page Dec 7, 2018
·
1 revision
A very simple class that makes XMLHttpRequests easy to use.
Will probably be removed on the next major update as a package like this could be used instead.
Class Members
A brief list of the class member with purposes.
public static get(url: string): Promise
Makes an HTTP-GET request to the passed URL and returns a Promise.