UNPKG

@nativescript/firebase-performance

Version:

NativeScript Firebase - Performancee

13 lines 432 B
export var HttpMethod; (function (HttpMethod) { HttpMethod["GET"] = "GET"; HttpMethod["HEAD"] = "HEAD"; HttpMethod["PUT"] = "PUT"; HttpMethod["POST"] = "POST"; HttpMethod["PATCH"] = "PATCH"; HttpMethod["TRACE"] = "TRACE"; HttpMethod["DELETE"] = "DELETE"; HttpMethod["CONNECT"] = "CONNECT"; HttpMethod["OPTIONS"] = "OPTIONS"; })(HttpMethod || (HttpMethod = {})); //# sourceMappingURL=common.js.map