Skip to content

AjaxHelper

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.