This commit is contained in:
josephsmendoza
2022-12-03 16:42:36 +00:00
parent cbc0822b88
commit e84919d462
37 changed files with 14514 additions and 11 deletions
+570
View File
@@ -0,0 +1,570 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Module: FormDataDeep</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Module: FormDataDeep</h1>
<section>
<header>
</header>
<article>
<div class="container-overview">
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="FormDataDeep.mjs.html">FormDataDeep.mjs</a>, <a href="FormDataDeep.mjs.html#line1">line 1</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Classes</h3>
<dl>
<dt><a href="module-FormDataDeep.FormDataDeep.html">FormDataDeep</a></dt>
<dd></dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id=".append"><span class="type-signature">(static) </span>append<span class="signature">(object, name, value)</span><span class="type-signature"></span></h4>
<div class="description">
<p>Appends a new value onto an existing key inside an object, or adds the key if it does not already exist.</p>
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>object</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">*</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="FormDataDeep.mjs.html">FormDataDeep.mjs</a>, <a href="FormDataDeep.mjs.html#line22">line 22</a>
</li></ul></dd>
</dl>
<h4 class="name" id=".getFormDataDeep"><span class="type-signature">(static) </span>getFormDataDeep<span class="signature">(form, primitives)</span><span class="type-signature"></span></h4>
<div class="description">
<p>Get <code>form</code> data as an object, including nested forms.</p>
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>form</code></td>
<td class="type">
<span class="param-type">HTMLFormElement</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>primitives</code></td>
<td class="type">
<span class="param-type">Boolean</span>
</td>
<td class="description last"><p>whether to convert string values to primitives. Defaults <code>false</code>.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="FormDataDeep.mjs.html">FormDataDeep.mjs</a>, <a href="FormDataDeep.mjs.html#line38">line 38</a>
</li></ul></dd>
</dl>
<h4 class="name" id=".removeChildren"><span class="type-signature">(static) </span>removeChildren<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
<p>Usage: <code>Array&lt;HTMLElement&gt;.filter(removeChildren)</code></p>
<p>Removes elements from the array which are children of other elements in the array.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="FormDataDeep.mjs.html">FormDataDeep.mjs</a>, <a href="FormDataDeep.mjs.html#line8">line 8</a>
</li></ul></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-CSSRandom.html">CSSRandom</a></li><li><a href="module-FileReaderAsync.html">FileReaderAsync</a></li><li><a href="module-FormDataDeep.html">FormDataDeep</a></li></ul><h3>Classes</h3><ul><li><a href="module-FileReaderAsync.FileReaderAsync.html">FileReaderAsync</a></li><li><a href="module-FormDataDeep.FormDataDeep.html">FormDataDeep</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Sat Dec 03 2022 16:41:37 GMT+0000 (Coordinated Universal Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>