UNPKG

@opra/common

Version:
18 lines (17 loc) 653 B
"use strict"; // noinspection JSUnusedGlobalSymbols Object.defineProperty(exports, "__esModule", { value: true }); exports.MimeTypes = void 0; /** * https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful_responses */ var MimeTypes; (function (MimeTypes) { MimeTypes["json"] = "application/json"; MimeTypes["opra_response_json"] = "application/opra.response+json"; MimeTypes["xml"] = "application/XML"; MimeTypes["text"] = "text/plain"; MimeTypes["html"] = "text/html"; MimeTypes["markdown"] = "text/markdown"; MimeTypes["binary"] = "binary/octet-stream"; })(MimeTypes || (exports.MimeTypes = MimeTypes = {}));