* Wraps content in an HTML tag, adding any HTML attributes * * @param {string} tag HTML tag to wrap * @param {string | null} content content within the tag * @param {[attribute: string]: string} attrs key-value list of HTML attributes to add * * @returns {string} conten
(tag, content, attrs = {})
| 19588 | MediaTypes2["ApplicationJson"] = "application/json"; |
| 19589 | })(MediaTypes || (MediaTypes = {})); |
| 19590 | var HttpRedirectCodes = [ |
| 19591 | HttpCodes.MovedPermanently, |
| 19592 | HttpCodes.ResourceMoved, |
| 19593 | HttpCodes.SeeOther, |
| 19594 | HttpCodes.TemporaryRedirect, |
| 19595 | HttpCodes.PermanentRedirect |
| 19596 | ]; |
| 19597 | var HttpResponseRetryCodes = [ |
| 19598 | HttpCodes.BadGateway, |
| 19599 | HttpCodes.ServiceUnavailable, |
no test coverage detected