MCPcopy Create free account
hub / github.com/angular/dev-infra / wrap

Method wrap

github-actions/browserstack/set-browserstack-env.js:19590–19596  ·  view source on GitHub ↗

* 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 = {})

Source from the content-addressed store, hash-verified

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,

Callers 10

addCodeBlockMethod · 0.45
addListMethod · 0.45
addTableMethod · 0.45
addDetailsMethod · 0.45
addImageMethod · 0.45
addHeadingMethod · 0.45
addSeparatorMethod · 0.45
addBreakMethod · 0.45
addQuoteMethod · 0.45
addLinkMethod · 0.45

Calls 1

entriesMethod · 0.45

Tested by

no test coverage detected