@zthun/webigail-web 2.4.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/assets/icons.js +1 -1
  2. package/dist/assets/icons.svg +1 -1
  3. package/dist/assets/main.js +1 -1
  4. package/dist/assets/search.js +1 -1
  5. package/dist/assets/style.css +66 -21
  6. package/dist/classes/_zthun_webigail_http.ZHttpRequestBuilder.html +17 -17
  7. package/dist/classes/_zthun_webigail_http.ZHttpResultBuilder.html +7 -7
  8. package/dist/classes/_zthun_webigail_http.ZHttpService.html +3 -3
  9. package/dist/classes/_zthun_webigail_http.ZHttpServiceMock.html +4 -4
  10. package/dist/classes/_zthun_webigail_nest.ZHttpModule.html +3 -3
  11. package/dist/classes/_zthun_webigail_rest.ZRestfulService.html +11 -11
  12. package/dist/classes/_zthun_webigail_url.ZDataUrlBuilder.html +10 -10
  13. package/dist/classes/_zthun_webigail_url.ZUrlBuilder.html +32 -32
  14. package/dist/enums/_zthun_webigail_http.ZHttpCodeCategory.html +8 -8
  15. package/dist/enums/_zthun_webigail_http.ZHttpCodeClient.html +37 -37
  16. package/dist/enums/_zthun_webigail_http.ZHttpCodeInformationalResponse.html +7 -7
  17. package/dist/enums/_zthun_webigail_http.ZHttpCodeRedirection.html +12 -12
  18. package/dist/enums/_zthun_webigail_http.ZHttpCodeServer.html +14 -14
  19. package/dist/enums/_zthun_webigail_http.ZHttpCodeSeverity.html +7 -7
  20. package/dist/enums/_zthun_webigail_http.ZHttpCodeSuccess.html +13 -13
  21. package/dist/enums/_zthun_webigail_http.ZHttpMethod.html +10 -10
  22. package/dist/enums/_zthun_webigail_url.ZMimeTypeApplication.html +6 -6
  23. package/dist/enums/_zthun_webigail_url.ZMimeTypeImage.html +10 -10
  24. package/dist/enums/_zthun_webigail_url.ZMimeTypeText.html +10 -10
  25. package/dist/enums/_zthun_webigail_url.ZYouTubeApi.html +5 -5
  26. package/dist/functions/_zthun_webigail_http.fromContentType.html +2 -2
  27. package/dist/functions/_zthun_webigail_http.getHttpCodeCategory.html +2 -2
  28. package/dist/functions/_zthun_webigail_http.getHttpCodeDescription.html +2 -2
  29. package/dist/functions/_zthun_webigail_http.getHttpCodeName.html +2 -2
  30. package/dist/functions/_zthun_webigail_http.getHttpCodeSeverity.html +2 -2
  31. package/dist/functions/_zthun_webigail_http.isBodyInit.html +2 -2
  32. package/dist/functions/_zthun_webigail_http.toBodyInit.html +2 -2
  33. package/dist/hierarchy.html +1 -1
  34. package/dist/index.html +4 -4
  35. package/dist/interfaces/_zthun_webigail_http.IZHttpRequest.html +7 -7
  36. package/dist/interfaces/_zthun_webigail_http.IZHttpResult.html +5 -5
  37. package/dist/interfaces/_zthun_webigail_http.IZHttpService.html +3 -3
  38. package/dist/interfaces/_zthun_webigail_rest.IZRestfulCreate.html +3 -3
  39. package/dist/interfaces/_zthun_webigail_rest.IZRestfulDelete.html +3 -3
  40. package/dist/interfaces/_zthun_webigail_rest.IZRestfulGet.html +3 -3
  41. package/dist/interfaces/_zthun_webigail_rest.IZRestfulService.html +7 -7
  42. package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpdate.html +3 -3
  43. package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpsert.html +3 -3
  44. package/dist/interfaces/_zthun_webigail_url.IZDataUrlInfo.html +6 -6
  45. package/dist/interfaces/_zthun_webigail_url.IZUrlInfo.html +10 -10
  46. package/dist/modules/_zthun_webigail_http.html +3 -3
  47. package/dist/modules/_zthun_webigail_nest.html +3 -3
  48. package/dist/modules/_zthun_webigail_rest.html +3 -3
  49. package/dist/modules/_zthun_webigail_url.html +3 -3
  50. package/dist/modules.html +2 -0
  51. package/dist/types/_zthun_webigail_http.ZHttpCode.html +2 -2
  52. package/dist/types/_zthun_webigail_url.ZMimeType.html +2 -2
  53. package/dist/variables/_zthun_webigail_http.ZHttpCodeClientDescriptions.html +2 -2
  54. package/dist/variables/_zthun_webigail_http.ZHttpCodeClientNames.html +2 -2
  55. package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseDescriptions.html +2 -2
  56. package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseNames.html +2 -2
  57. package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionDescriptions.html +2 -2
  58. package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionNames.html +2 -2
  59. package/dist/variables/_zthun_webigail_http.ZHttpCodeServerDescriptions.html +2 -2
  60. package/dist/variables/_zthun_webigail_http.ZHttpCodeServerNames.html +2 -2
  61. package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessDescriptions.html +2 -2
  62. package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessNames.html +2 -2
  63. package/dist/variables/_zthun_webigail_nest.ZHttpServiceToken.html +2 -2
  64. package/dist/variables/_zthun_webigail_url.ZSupportedMimeTypes.html +2 -2
  65. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeSuccess | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><link rel="icon" href="../webigail.svg" />
2
- </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpCodeSuccess.html">ZHttpCodeSuccess</a></li></ul><h1>Enumeration ZHttpCodeSuccess</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>This class of status codes indicates the action requested by
2
+ </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpCodeSuccess.html">ZHttpCodeSuccess</a></li></ul><h1>Enumeration ZHttpCodeSuccess</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>This class of status codes indicates the action requested by
3
3
  the client was received, understood and accepted.</p>
4
- </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L5">result/http-code-success.mts:5</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_http.ZHttpCodeSuccess.html#Accepted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Accepted</span></a>
4
+ </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L5">result/http-code-success.mts:5</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_http.ZHttpCodeSuccess.html#Accepted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Accepted</span></a>
5
5
  <a href="_zthun_webigail_http.ZHttpCodeSuccess.html#AlreadyReported" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Already<wbr/>Reported</span></a>
6
6
  <a href="_zthun_webigail_http.ZHttpCodeSuccess.html#Created" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Created</span></a>
7
7
  <a href="_zthun_webigail_http.ZHttpCodeSuccess.html#IMUsed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>IMUsed</span></a>
@@ -11,27 +11,27 @@ the client was received, understood and accepted.</p>
11
11
  <a href="_zthun_webigail_http.ZHttpCodeSuccess.html#OK" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>OK</span></a>
12
12
  <a href="_zthun_webigail_http.ZHttpCodeSuccess.html#PartialContent" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Partial<wbr/>Content</span></a>
13
13
  <a href="_zthun_webigail_http.ZHttpCodeSuccess.html#ResetContent" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Reset<wbr/>Content</span></a>
14
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="Accepted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Accepted</span><a href="#Accepted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Accepted</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">202</span></div><div class="tsd-comment tsd-typography"><p>The request has been accepted for processing, but the processing has not been completed.</p>
14
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="Accepted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Accepted</span><a href="#Accepted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Accepted</span></div><div class="tsd-comment tsd-typography"><p>The request has been accepted for processing, but the processing has not been completed.</p>
15
15
  <p>The request might or might not be eventually acted upon, and may be disallowed when processing occurs.</p>
16
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L26">result/http-code-success.mts:26</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="AlreadyReported" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Already<wbr/>Reported</span><a href="#AlreadyReported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Already<wbr/>Reported</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">208</span></div><div class="tsd-comment tsd-typography"><p>The members of a DAV binding have already been enumerated in a preceding part of the
16
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L26">result/http-code-success.mts:26</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="AlreadyReported" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Already<wbr/>Reported</span><a href="#AlreadyReported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Already<wbr/>Reported</span></div><div class="tsd-comment tsd-typography"><p>The members of a DAV binding have already been enumerated in a preceding part of the
17
17
  response, and are not being included again.</p>
18
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L65">result/http-code-success.mts:65</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Created" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Created</span><a href="#Created" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Created</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">201</span></div><div class="tsd-comment tsd-typography"><p>The request has been fulfilled, resulting in the creation of a new resource.</p>
19
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L19">result/http-code-success.mts:19</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="IMUsed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IMUsed</span><a href="#IMUsed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">IMUsed</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">226</span></div><div class="tsd-comment tsd-typography"><p>The server has fulfilled a request for the resource, and the response is a representation of the result
18
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L65">result/http-code-success.mts:65</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Created" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Created</span><a href="#Created" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Created</span></div><div class="tsd-comment tsd-typography"><p>The request has been fulfilled, resulting in the creation of a new resource.</p>
19
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L19">result/http-code-success.mts:19</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="IMUsed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IMUsed</span><a href="#IMUsed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">IMUsed</span></div><div class="tsd-comment tsd-typography"><p>The server has fulfilled a request for the resource, and the response is a representation of the result
20
20
  of one or more instance-manipulations applied to the current instance.</p>
21
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L71">result/http-code-success.mts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MultiStatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Multi<wbr/>Status</span><a href="#MultiStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Multi<wbr/>Status</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">207</span></div><div class="tsd-comment tsd-typography"><p>The message body that follows is by default an XML message and can contain a number of separate
21
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L71">result/http-code-success.mts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MultiStatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Multi<wbr/>Status</span><a href="#MultiStatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Multi<wbr/>Status</span></div><div class="tsd-comment tsd-typography"><p>The message body that follows is by default an XML message and can contain a number of separate
22
22
  response codes, depending on how many sub-requests were made.</p>
23
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L59">result/http-code-success.mts:59</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NoContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>No<wbr/>Content</span><a href="#NoContent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">No<wbr/>Content</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">204</span></div><div class="tsd-comment tsd-typography"><p>The server successfully processed the request and is not returning any content.</p>
24
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L37">result/http-code-success.mts:37</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NonAuthoritativeInformation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Non<wbr/>Authoritative<wbr/>Information</span><a href="#NonAuthoritativeInformation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Non<wbr/>Authoritative<wbr/>Information</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">203</span></div><div class="tsd-comment tsd-typography"><p>The server is a transforming proxy (e.g. a Web accelerator) that received a 200 OK from its origin,
23
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L59">result/http-code-success.mts:59</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NoContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>No<wbr/>Content</span><a href="#NoContent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">No<wbr/>Content</span></div><div class="tsd-comment tsd-typography"><p>The server successfully processed the request and is not returning any content.</p>
24
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L37">result/http-code-success.mts:37</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NonAuthoritativeInformation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Non<wbr/>Authoritative<wbr/>Information</span><a href="#NonAuthoritativeInformation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Non<wbr/>Authoritative<wbr/>Information</span></div><div class="tsd-comment tsd-typography"><p>The server is a transforming proxy (e.g. a Web accelerator) that received a 200 OK from its origin,
25
25
  but is returning a modified version of the origin's response.</p>
26
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L32">result/http-code-success.mts:32</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="OK" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>OK</span><a href="#OK" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">OK</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">200</span></div><div class="tsd-comment tsd-typography"><p>Standard response for successful HTTP requests.</p>
26
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L32">result/http-code-success.mts:32</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="OK" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>OK</span><a href="#OK" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">OK</span></div><div class="tsd-comment tsd-typography"><p>Standard response for successful HTTP requests.</p>
27
27
  <p>The actual response will depend on the request method used. In a GET
28
28
  request, the response will contain an entity corresponding to the
29
29
  requested resource. In a POST request, the response will contain an
30
30
  entity describing or containing the result of the action.</p>
31
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L14">result/http-code-success.mts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PartialContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Partial<wbr/>Content</span><a href="#PartialContent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Partial<wbr/>Content</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">206</span></div><div class="tsd-comment tsd-typography"><p>The server is delivering only part of the resource (byte serving) due to a range header
31
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L14">result/http-code-success.mts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PartialContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Partial<wbr/>Content</span><a href="#PartialContent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Partial<wbr/>Content</span></div><div class="tsd-comment tsd-typography"><p>The server is delivering only part of the resource (byte serving) due to a range header
32
32
  sent by the client.</p>
33
33
  <p>The range header is used by HTTP clients to enable resuming of interrupted downloads, or
34
34
  split a download into multiple simultaneous streams.</p>
35
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L53">result/http-code-success.mts:53</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ResetContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Reset<wbr/>Content</span><a href="#ResetContent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Reset<wbr/>Content</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">205</span></div><div class="tsd-comment tsd-typography"><p>The server successfully processed the request, but is not returning any content.</p>
35
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L53">result/http-code-success.mts:53</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ResetContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Reset<wbr/>Content</span><a href="#ResetContent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Reset<wbr/>Content</span></div><div class="tsd-comment tsd-typography"><p>The server successfully processed the request, but is not returning any content.</p>
36
36
  <p>Unlike a 204 response, this response requires that the requester reset the document view.</p>
37
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/result/http-code-success.mts#L44">result/http-code-success.mts:44</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#Accepted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Accepted</span></a><a href="#AlreadyReported" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Already<wbr/>Reported</span></a><a href="#Created" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Created</span></a><a href="#IMUsed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>IMUsed</span></a><a href="#MultiStatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Multi<wbr/>Status</span></a><a href="#NoContent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>No<wbr/>Content</span></a><a href="#NonAuthoritativeInformation" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Non<wbr/>Authoritative<wbr/>Information</span></a><a href="#OK" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>OK</span></a><a href="#PartialContent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Partial<wbr/>Content</span></a><a href="#ResetContent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Reset<wbr/>Content</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
37
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/result/http-code-success.mts#L44">result/http-code-success.mts:44</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#Accepted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Accepted</span></a><a href="#AlreadyReported" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Already<wbr/>Reported</span></a><a href="#Created" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Created</span></a><a href="#IMUsed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>IMUsed</span></a><a href="#MultiStatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Multi<wbr/>Status</span></a><a href="#NoContent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>No<wbr/>Content</span></a><a href="#NonAuthoritativeInformation" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Non<wbr/>Authoritative<wbr/>Information</span></a><a href="#OK" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>OK</span></a><a href="#PartialContent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Partial<wbr/>Content</span></a><a href="#ResetContent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Reset<wbr/>Content</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,27 +1,27 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpMethod | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><link rel="icon" href="../webigail.svg" />
2
- </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpMethod.html">ZHttpMethod</a></li></ul><h1>Enumeration ZHttpMethod</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Represents an available method for an http invocation.</p>
3
- </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L4">request/http-request.mts:4</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_http.ZHttpMethod.html#Delete" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Delete</span></a>
2
+ </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpMethod.html">ZHttpMethod</a></li></ul><h1>Enumeration ZHttpMethod</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Represents an available method for an http invocation.</p>
3
+ </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L4">request/http-request.mts:4</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_http.ZHttpMethod.html#Delete" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Delete</span></a>
4
4
  <a href="_zthun_webigail_http.ZHttpMethod.html#Get" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Get</span></a>
5
5
  <a href="_zthun_webigail_http.ZHttpMethod.html#Head" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Head</span></a>
6
6
  <a href="_zthun_webigail_http.ZHttpMethod.html#Options" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Options</span></a>
7
7
  <a href="_zthun_webigail_http.ZHttpMethod.html#Patch" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Patch</span></a>
8
8
  <a href="_zthun_webigail_http.ZHttpMethod.html#Post" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Post</span></a>
9
9
  <a href="_zthun_webigail_http.ZHttpMethod.html#Put" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Put</span></a>
10
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="Delete" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Delete</span><a href="#Delete" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Delete</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;delete&quot;</span></div><div class="tsd-comment tsd-typography"><p>DELETE.</p>
10
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="Delete" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Delete</span><a href="#Delete" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Delete</span></div><div class="tsd-comment tsd-typography"><p>DELETE.</p>
11
11
  <p>Used for....delete..duh.</p>
12
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L31">request/http-request.mts:31</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Get" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Get</span><a href="#Get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Get</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;get&quot;</span></div><div class="tsd-comment tsd-typography"><p>GET</p>
12
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L31">request/http-request.mts:31</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Get" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Get</span><a href="#Get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Get</span></div><div class="tsd-comment tsd-typography"><p>GET</p>
13
13
  <p>Used for reads</p>
14
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L10">request/http-request.mts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Head" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Head</span><a href="#Head" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Head</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;head&quot;</span></div><div class="tsd-comment tsd-typography"><p>HEAD</p>
14
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L10">request/http-request.mts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Head" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Head</span><a href="#Head" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Head</span></div><div class="tsd-comment tsd-typography"><p>HEAD</p>
15
15
  <p>Used for metadata.</p>
16
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L55">request/http-request.mts:55</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Options" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Options</span><a href="#Options" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;options&quot;</span></div><div class="tsd-comment tsd-typography"><p>OPTIONS</p>
16
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L55">request/http-request.mts:55</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Options" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Options</span><a href="#Options" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Options</span></div><div class="tsd-comment tsd-typography"><p>OPTIONS</p>
17
17
  <p>Used to retrieve the available methods and
18
18
  accessors for a single api. Normally used
19
19
  by the browser.</p>
20
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L48">request/http-request.mts:48</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Patch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Patch</span><a href="#Patch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Patch</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;patch&quot;</span></div><div class="tsd-comment tsd-typography"><p>PATCH.</p>
20
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L48">request/http-request.mts:48</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Patch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Patch</span><a href="#Patch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Patch</span></div><div class="tsd-comment tsd-typography"><p>PATCH.</p>
21
21
  <p>Used for updates but only
22
22
  partials of objects.</p>
23
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L39">request/http-request.mts:39</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Post" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Post</span><a href="#Post" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Post</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;post&quot;</span></div><div class="tsd-comment tsd-typography"><p>POST</p>
23
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L39">request/http-request.mts:39</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Post" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Post</span><a href="#Post" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Post</span></div><div class="tsd-comment tsd-typography"><p>POST</p>
24
24
  <p>Use for create.</p>
25
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L24">request/http-request.mts:24</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Put" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Put</span><a href="#Put" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Put</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;put&quot;</span></div><div class="tsd-comment tsd-typography"><p>PUT</p>
25
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L24">request/http-request.mts:24</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Put" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Put</span><a href="#Put" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Put</span></div><div class="tsd-comment tsd-typography"><p>PUT</p>
26
26
  <p>Used for updates and can combine creates.</p>
27
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-http/src/request/http-request.mts#L17">request/http-request.mts:17</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#Delete" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Delete</span></a><a href="#Get" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Get</span></a><a href="#Head" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Head</span></a><a href="#Options" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Options</span></a><a href="#Patch" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Patch</span></a><a href="#Post" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Post</span></a><a href="#Put" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Put</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
27
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-http/src/request/http-request.mts#L17">request/http-request.mts:17</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#Delete" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Delete</span></a><a href="#Get" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Get</span></a><a href="#Head" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Head</span></a><a href="#Options" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Options</span></a><a href="#Patch" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Patch</span></a><a href="#Post" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Post</span></a><a href="#Put" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Put</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,10 +1,10 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZMimeTypeApplication | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><link rel="icon" href="../webigail.svg" />
2
- </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_url.html">@zthun/webigail-url</a></li><li><a href="_zthun_webigail_url.ZMimeTypeApplication.html">ZMimeTypeApplication</a></li></ul><h1>Enumeration ZMimeTypeApplication</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Application mime types.</p>
3
- </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-application.mts#L6">mime/mime-type-application.mts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_url.ZMimeTypeApplication.html#JSON" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JSON</span></a>
2
+ </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_url.html">@zthun/webigail-url</a></li><li><a href="_zthun_webigail_url.ZMimeTypeApplication.html">ZMimeTypeApplication</a></li></ul><h1>Enumeration ZMimeTypeApplication</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Application mime types.</p>
3
+ </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-application.mts#L6">mime/mime-type-application.mts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_url.ZMimeTypeApplication.html#JSON" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JSON</span></a>
4
4
  <a href="_zthun_webigail_url.ZMimeTypeApplication.html#OctetStream" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Octet<wbr/>Stream</span></a>
5
5
  <a href="_zthun_webigail_url.ZMimeTypeApplication.html#Zip" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Zip</span></a>
6
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="JSON" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>JSON</span><a href="#JSON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">JSON</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;application/json&quot;</span></div><div class="tsd-comment tsd-typography"><p>JSON data.</p>
7
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-application.mts#L10">mime/mime-type-application.mts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="OctetStream" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Octet<wbr/>Stream</span><a href="#OctetStream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Octet<wbr/>Stream</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;application/octet-stream&quot;</span></div><div class="tsd-comment tsd-typography"><p>The unknown type.</p>
6
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="JSON" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>JSON</span><a href="#JSON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">JSON</span></div><div class="tsd-comment tsd-typography"><p>JSON data.</p>
7
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-application.mts#L10">mime/mime-type-application.mts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="OctetStream" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Octet<wbr/>Stream</span><a href="#OctetStream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Octet<wbr/>Stream</span></div><div class="tsd-comment tsd-typography"><p>The unknown type.</p>
8
8
  <p>Used for raw byte data.</p>
9
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-application.mts#L17">mime/mime-type-application.mts:17</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Zip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Zip</span><a href="#Zip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Zip</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;application/zip&quot;</span></div><div class="tsd-comment tsd-typography"><p>Compressed zip stream.</p>
10
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-application.mts#L22">mime/mime-type-application.mts:22</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#JSON" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JSON</span></a><a href="#OctetStream" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Octet<wbr/>Stream</span></a><a href="#Zip" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Zip</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
9
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-application.mts#L17">mime/mime-type-application.mts:17</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Zip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Zip</span><a href="#Zip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Zip</span></div><div class="tsd-comment tsd-typography"><p>Compressed zip stream.</p>
10
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-application.mts#L22">mime/mime-type-application.mts:22</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#JSON" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JSON</span></a><a href="#OctetStream" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Octet<wbr/>Stream</span></a><a href="#Zip" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Zip</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,31 +1,31 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZMimeTypeImage | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><link rel="icon" href="../webigail.svg" />
2
- </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_url.html">@zthun/webigail-url</a></li><li><a href="_zthun_webigail_url.ZMimeTypeImage.html">ZMimeTypeImage</a></li></ul><h1>Enumeration ZMimeTypeImage</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Mime types for images.</p>
3
- </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L6">mime/mime-type-image.mts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_url.ZMimeTypeImage.html#APNG" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>APNG</span></a>
2
+ </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_url.html">@zthun/webigail-url</a></li><li><a href="_zthun_webigail_url.ZMimeTypeImage.html">ZMimeTypeImage</a></li></ul><h1>Enumeration ZMimeTypeImage</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Mime types for images.</p>
3
+ </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L6">mime/mime-type-image.mts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail_url.ZMimeTypeImage.html#APNG" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>APNG</span></a>
4
4
  <a href="_zthun_webigail_url.ZMimeTypeImage.html#AVIF" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>AVIF</span></a>
5
5
  <a href="_zthun_webigail_url.ZMimeTypeImage.html#GIF" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>GIF</span></a>
6
6
  <a href="_zthun_webigail_url.ZMimeTypeImage.html#JPEG" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JPEG</span></a>
7
7
  <a href="_zthun_webigail_url.ZMimeTypeImage.html#PNG" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>PNG</span></a>
8
8
  <a href="_zthun_webigail_url.ZMimeTypeImage.html#SVG" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SVG</span></a>
9
9
  <a href="_zthun_webigail_url.ZMimeTypeImage.html#WebP" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>WebP</span></a>
10
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="APNG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>APNG</span><a href="#APNG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">APNG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/apng&quot;</span></div><div class="tsd-comment tsd-typography"><p>Good choice for lossless animation sequences (GIF is less performant). AVIF and
10
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="APNG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>APNG</span><a href="#APNG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">APNG</span></div><div class="tsd-comment tsd-typography"><p>Good choice for lossless animation sequences (GIF is less performant). AVIF and
11
11
  WebP have better performance but less broad browser support.</p>
12
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L11">mime/mime-type-image.mts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="AVIF" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>AVIF</span><a href="#AVIF" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AVIF</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/avif&quot;</span></div><div class="tsd-comment tsd-typography"><p>Good choice for both images and animated images due to high performance and
12
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L11">mime/mime-type-image.mts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="AVIF" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>AVIF</span><a href="#AVIF" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AVIF</span></div><div class="tsd-comment tsd-typography"><p>Good choice for both images and animated images due to high performance and
13
13
  royalty free image format. It offers much better compression than PNG or JPEG
14
14
  with support for higher color depths, animated frames, transparency etc.</p>
15
15
  <p>Note that when using AVIF, you should include fallbacks to formats with
16
16
  better browser support (i.e. using the <picture> element).</p>
17
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L21">mime/mime-type-image.mts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="GIF" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GIF</span><a href="#GIF" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GIF</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/gif&quot;</span></div><div class="tsd-comment tsd-typography"><p>Good choice for simple images and animations. Prefer PNG for lossless and
17
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L21">mime/mime-type-image.mts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="GIF" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GIF</span><a href="#GIF" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GIF</span></div><div class="tsd-comment tsd-typography"><p>Good choice for simple images and animations. Prefer PNG for lossless and
18
18
  indexed still images, and consider WebP, AVIF or APNG for animation sequences.</p>
19
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L27">mime/mime-type-image.mts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="JPEG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>JPEG</span><a href="#JPEG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">JPEG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/jpeg&quot;</span></div><div class="tsd-comment tsd-typography"><p>Good choice for lossy compression of still images (currently the most popular). Prefer
19
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L27">mime/mime-type-image.mts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="JPEG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>JPEG</span><a href="#JPEG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">JPEG</span></div><div class="tsd-comment tsd-typography"><p>Good choice for lossy compression of still images (currently the most popular). Prefer
20
20
  PNG when more precise reproduction of the image is required, or WebP/AVIF if both better
21
21
  reproduction and higher compression are required.</p>
22
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L34">mime/mime-type-image.mts:34</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PNG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>PNG</span><a href="#PNG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PNG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/png&quot;</span></div><div class="tsd-comment tsd-typography"><p>PNG is preferred over JPEG for more precise reproduction of source images, or when
22
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L34">mime/mime-type-image.mts:34</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PNG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>PNG</span><a href="#PNG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PNG</span></div><div class="tsd-comment tsd-typography"><p>PNG is preferred over JPEG for more precise reproduction of source images, or when
23
23
  transparency is needed. WebP/AVIF provide even better compression and reproduction,
24
24
  but browser support is more limited.</p>
25
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L41">mime/mime-type-image.mts:41</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SVG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SVG</span><a href="#SVG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SVG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/svg+xml&quot;</span></div><div class="tsd-comment tsd-typography"><p>Vector image format; ideal for user interface elements, icons, diagrams, etc., that
25
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L41">mime/mime-type-image.mts:41</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SVG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SVG</span><a href="#SVG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SVG</span></div><div class="tsd-comment tsd-typography"><p>Vector image format; ideal for user interface elements, icons, diagrams, etc., that
26
26
  must be drawn accurately at different sizes.</p>
27
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L47">mime/mime-type-image.mts:47</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="WebP" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WebP</span><a href="#WebP" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">WebP</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;image/webp&quot;</span></div><div class="tsd-comment tsd-typography"><p>Excellent choice for both images and animated images. WebP offers much better compression
27
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L47">mime/mime-type-image.mts:47</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="WebP" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WebP</span><a href="#WebP" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">WebP</span></div><div class="tsd-comment tsd-typography"><p>Excellent choice for both images and animated images. WebP offers much better compression
28
28
  than PNG or JPEG with support for higher color depths, animated frames, transparency etc.
29
29
  AVIF offers slightly better compression, but is not quite as well-supported in browsers
30
30
  and does not support progressive rendering.</p>
31
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/4027a189f671784a0a44771d962858dfb5328fab/packages/webigail-url/src/mime/mime-type-image.mts#L55">mime/mime-type-image.mts:55</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#APNG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>APNG</span></a><a href="#AVIF" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>AVIF</span></a><a href="#GIF" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>GIF</span></a><a href="#JPEG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JPEG</span></a><a href="#PNG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>PNG</span></a><a href="#SVG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SVG</span></a><a href="#WebP" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>WebP</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
31
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/2018b1ae6c4c7541da1052450896da8c16993859/packages/webigail-url/src/mime/mime-type-image.mts#L55">mime/mime-type-image.mts:55</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#APNG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>APNG</span></a><a href="#AVIF" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>AVIF</span></a><a href="#GIF" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>GIF</span></a><a href="#JPEG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>JPEG</span></a><a href="#PNG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>PNG</span></a><a href="#SVG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SVG</span></a><a href="#WebP" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>WebP</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>