convert-csv-to-json 4.14.0 → 4.16.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.
- package/.github/workflows/ci-cd.yml +1 -1
- package/docs/.nojekyll +0 -0
- package/docs/README.md +44 -0
- package/docs/demo.bundle.js +1708 -0
- package/docs/index.html +536 -0
- package/eslint.config.js +1 -1
- package/package.json +5 -1
- package/docs/api/BrowserApi.html +0 -2662
- package/docs/api/BrowserApiError.html +0 -669
- package/docs/api/ConfigurationError.html +0 -745
- package/docs/api/CsvFormatError.html +0 -677
- package/docs/api/CsvParsingError.html +0 -511
- package/docs/api/CsvToJson.html +0 -3367
- package/docs/api/CsvToJsonAsync.html +0 -2880
- package/docs/api/FileOperationError.html +0 -382
- package/docs/api/FileUtils.html +0 -1150
- package/docs/api/InputValidationError.html +0 -407
- package/docs/api/JsonUtil.html +0 -452
- package/docs/api/JsonValidationError.html +0 -357
- package/docs/api/StringUtils.html +0 -833
- package/docs/api/global.html +0 -3498
- package/docs/api/index.html +0 -414
- package/docs/api/index.js.html +0 -447
- package/docs/api/scripts/app.min.js +0 -1
- package/docs/api/scripts/linenumber.js +0 -26
- package/docs/api/scripts/search.js +0 -39
- package/docs/api/src_browserApi.js.html +0 -362
- package/docs/api/src_csvToJson.js.html +0 -696
- package/docs/api/src_csvToJsonAsync.js.html +0 -335
- package/docs/api/src_util_errors.js.html +0 -472
- package/docs/api/src_util_fileUtils.js.html +0 -238
- package/docs/api/src_util_jsonUtils.js.html +0 -166
- package/docs/api/src_util_stringUtils.js.html +0 -306
- package/docs/api/styles/app.min.css +0 -1
- package/docs/api/styles/iframe.css +0 -13
- package/docs/api/styles/prettify-jsdoc.css +0 -111
- package/docs/api/styles/prettify-tomorrow.css +0 -132
- package/docs/api/styles/reset.css +0 -44
|
@@ -1,669 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> BrowserApiError</title>
|
|
9
|
-
|
|
10
|
-
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
|
|
11
|
-
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
|
|
12
|
-
<script src="./build/entry.js"></script>
|
|
13
|
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
14
|
-
<!--[if lt IE 9]>
|
|
15
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
16
|
-
<![endif]-->
|
|
17
|
-
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700|Inconsolata,700" rel="stylesheet">
|
|
18
|
-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
|
19
|
-
<link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css">
|
|
20
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
21
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
22
|
-
<link type="text/css" rel="stylesheet" href="./node_modules/better-docs/css/better-docs.css">
|
|
23
|
-
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</head>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
<body class="layout small-header">
|
|
31
|
-
<div id="stickyNavbarOverlay"></div>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<div class="top-nav">
|
|
35
|
-
<div class="inner">
|
|
36
|
-
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
37
|
-
<span aria-hidden="true"></span>
|
|
38
|
-
<span aria-hidden="true"></span>
|
|
39
|
-
<span aria-hidden="true"></span>
|
|
40
|
-
</a>
|
|
41
|
-
<div class="logo">
|
|
42
|
-
|
|
43
|
-
<a class="image" href="index.html">
|
|
44
|
-
<img src="https://raw.githubusercontent.com/iuccio/CSVtoJSON/master/CSVtoJSON.png" alt="logo">
|
|
45
|
-
</a>
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
<a href="index.html">
|
|
49
|
-
<h1 class="navbar-item">Convert CSV to JSON</h1>
|
|
50
|
-
</a>
|
|
51
|
-
|
|
52
|
-
</div>
|
|
53
|
-
<div class="menu">
|
|
54
|
-
|
|
55
|
-
<div class="navigation">
|
|
56
|
-
<a
|
|
57
|
-
href="index.html"
|
|
58
|
-
class="link"
|
|
59
|
-
>
|
|
60
|
-
Documentation
|
|
61
|
-
</a>
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
<a
|
|
66
|
-
class="link user-link "
|
|
67
|
-
href="https://github.com/iuccio/CSVtoJSON"
|
|
68
|
-
>
|
|
69
|
-
GitHub
|
|
70
|
-
</a>
|
|
71
|
-
|
|
72
|
-
<a
|
|
73
|
-
class="link user-link "
|
|
74
|
-
href="https://www.npmjs.com/package/convert-csv-to-json"
|
|
75
|
-
>
|
|
76
|
-
NPM
|
|
77
|
-
</a>
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
</div>
|
|
82
|
-
</div>
|
|
83
|
-
</div>
|
|
84
|
-
</div>
|
|
85
|
-
<div id="main">
|
|
86
|
-
<div
|
|
87
|
-
class="sidebar "
|
|
88
|
-
id="sidebarNav"
|
|
89
|
-
>
|
|
90
|
-
|
|
91
|
-
<nav>
|
|
92
|
-
|
|
93
|
-
<h2><a href="index.html">Documentation</a></h2><div class="category"></div><div class="category"><h2>1-Core API</h2><h3>Global</h3><ul><li><a href="global.html#asciiEncoding">asciiEncoding</a></li><li><a href="global.html#base64Encoding">base64Encoding</a></li><li><a href="global.html#csvStringToJson">csvStringToJson</a></li><li><a href="global.html#csvStringToJsonStringified">csvStringToJsonStringified</a></li><li><a href="global.html#csvToJsonAsync">csvToJsonAsync</a></li><li><a href="global.html#customEncoding">customEncoding</a></li><li><a href="global.html#fieldDelimiter">fieldDelimiter</a></li><li><a href="global.html#formatValueByType">formatValueByType</a></li><li><a href="global.html#generateJsonFileFromCsv">generateJsonFileFromCsv</a></li><li><a href="global.html#getJsonFromCsv">getJsonFromCsv</a></li><li><a href="global.html#hexEncoding">hexEncoding</a></li><li><a href="global.html#indexHeader">indexHeader</a></li><li><a href="global.html#latin1Encoding">latin1Encoding</a></li><li><a href="global.html#mapRows">mapRows</a></li><li><a href="global.html#parseSubArray">parseSubArray</a></li><li><a href="global.html#supportQuotedField">supportQuotedField</a></li><li><a href="global.html#trimHeaderFieldWhiteSpace">trimHeaderFieldWhiteSpace</a></li><li><a href="global.html#ucs2Encoding">ucs2Encoding</a></li><li><a href="global.html#utf16leEncoding">utf16leEncoding</a></li><li><a href="global.html#utf8Encoding">utf8Encoding</a></li></ul></div><div class="category"><h2>2-Sync</h2><h3>Classes</h3><ul><li><a href="CsvToJson.html">CsvToJson</a></li></ul></div><div class="category"><h2>3-Async</h2><h3>Classes</h3><ul><li><a href="CsvToJsonAsync.html">CsvToJsonAsync</a></li></ul></div><div class="category"><h2>4-Browser</h2><h3>Classes</h3><ul><li><a href="BrowserApi.html">BrowserApi</a></li></ul></div><div class="category"><h2>Error Classes</h2><h3>Classes</h3><ul><li><a href="BrowserApiError.html">BrowserApiError</a></li><li><a href="ConfigurationError.html">ConfigurationError</a></li><li><a href="CsvFormatError.html">CsvFormatError</a></li><li><a href="CsvParsingError.html">CsvParsingError</a></li><li><a href="FileOperationError.html">FileOperationError</a></li><li><a href="InputValidationError.html">InputValidationError</a></li><li><a href="JsonValidationError.html">JsonValidationError</a></li></ul></div><div class="category"><h2>Utilities</h2><h3>Classes</h3><ul><li><a href="FileUtils.html">FileUtils</a></li><li><a href="JsonUtil.html">JsonUtil</a></li><li><a href="StringUtils.html">StringUtils</a></li></ul></div>
|
|
94
|
-
|
|
95
|
-
</nav>
|
|
96
|
-
</div>
|
|
97
|
-
<div class="core" id="main-content-wrapper">
|
|
98
|
-
<div class="content">
|
|
99
|
-
<header class="page-title">
|
|
100
|
-
<p>Class</p>
|
|
101
|
-
<h1>BrowserApiError</h1>
|
|
102
|
-
</header>
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<section>
|
|
109
|
-
|
|
110
|
-
<header>
|
|
111
|
-
|
|
112
|
-
<h2><span class="attribs"><span class="type-signature"></span></span>BrowserApiError<span class="signature">(message, context)</span><span class="type-signature"></span></h2>
|
|
113
|
-
|
|
114
|
-
<div class="class-description"><p>Browser-specific errors
|
|
115
|
-
Thrown when browser API operations fail</p></div>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
</header>
|
|
119
|
-
|
|
120
|
-
<article>
|
|
121
|
-
<div class="container-overview">
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
<div class='vertical-section'>
|
|
125
|
-
<div class="members">
|
|
126
|
-
<div class="member">
|
|
127
|
-
<div class=name>
|
|
128
|
-
<span class="tag">Constructor</span>
|
|
129
|
-
</div>
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
<h4 class="name" id="BrowserApiError">
|
|
135
|
-
<a class="href-link" href="#BrowserApiError">#</a>
|
|
136
|
-
|
|
137
|
-
<span class="code-name">
|
|
138
|
-
|
|
139
|
-
new BrowserApiError<span class="signature">(message, context)</span><span class="type-signature"></span>
|
|
140
|
-
|
|
141
|
-
</span>
|
|
142
|
-
</h4>
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
<div class="description">
|
|
148
|
-
<p>Create a browser API error</p>
|
|
149
|
-
</div>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
<h5>Parameters:</h5>
|
|
161
|
-
|
|
162
|
-
<div class="table-container">
|
|
163
|
-
<table class="params table">
|
|
164
|
-
<thead>
|
|
165
|
-
<tr>
|
|
166
|
-
|
|
167
|
-
<th>Name</th>
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
<th>Type</th>
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
<th class="last">Description</th>
|
|
177
|
-
</tr>
|
|
178
|
-
</thead>
|
|
179
|
-
|
|
180
|
-
<tbody>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<tr class="deep-level-0">
|
|
185
|
-
|
|
186
|
-
<td class="name"><code>message</code></td>
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
<td class="type">
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
<code class="param-type">string</code>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</td>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
<td class="description last"><p>Error message</p></td>
|
|
203
|
-
</tr>
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
<tr class="deep-level-0">
|
|
210
|
-
|
|
211
|
-
<td class="name"><code>context</code></td>
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
<td class="type">
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<code class="param-type">object</code>
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
</td>
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
<td class="description last"><p>Additional context information (optional)</p></td>
|
|
228
|
-
</tr>
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
</tbody>
|
|
233
|
-
</table>
|
|
234
|
-
</div>
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
<dl class="details">
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
<p class="tag-source">
|
|
273
|
-
<a href="src_util_errors.js.html" class="button">View Source</a>
|
|
274
|
-
<span>
|
|
275
|
-
<a href="src_util_errors.js.html">src/util/errors.js</a>, <a href="src_util_errors.js.html#line274">line 274</a>
|
|
276
|
-
</span>
|
|
277
|
-
</p>
|
|
278
|
-
|
|
279
|
-
</dl>
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
</div>
|
|
303
|
-
</div>
|
|
304
|
-
</div>
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
</div>
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
<div class='vertical-section'>
|
|
325
|
-
<h1>Methods</h1>
|
|
326
|
-
<div class="members">
|
|
327
|
-
|
|
328
|
-
<div class="member">
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
<h4 class="name" id=".fileReaderNotAvailable">
|
|
333
|
-
<a class="href-link" href="#.fileReaderNotAvailable">#</a>
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
<span class='tag'>static</span>
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
<span class="code-name">
|
|
340
|
-
|
|
341
|
-
fileReaderNotAvailable<span class="signature">()</span><span class="type-signature"> → {<a href="BrowserApiError.html">BrowserApiError</a>}</span>
|
|
342
|
-
|
|
343
|
-
</span>
|
|
344
|
-
</h4>
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
<div class="description">
|
|
350
|
-
<p>Create error for unavailable FileReader API
|
|
351
|
-
Occurs when browser doesn't support FileReader</p>
|
|
352
|
-
</div>
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
<dl class="details">
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
<p class="tag-source">
|
|
400
|
-
<a href="src_util_errors.js.html" class="button">View Source</a>
|
|
401
|
-
<span>
|
|
402
|
-
<a href="src_util_errors.js.html">src/util/errors.js</a>, <a href="src_util_errors.js.html#line291">line 291</a>
|
|
403
|
-
</span>
|
|
404
|
-
</p>
|
|
405
|
-
|
|
406
|
-
</dl>
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<div class='columns method-parameter'>
|
|
426
|
-
<div class="column is-2"><label>Returns:</label></div>
|
|
427
|
-
<div class="column is-10">
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
<div class="columns">
|
|
432
|
-
|
|
433
|
-
<div class='param-desc column is-7'><p>Configured error instance</p></div>
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
<div class='column is-5 has-text-left'>
|
|
437
|
-
<label>Type: </label>
|
|
438
|
-
|
|
439
|
-
<code class="param-type"><a href="BrowserApiError.html">BrowserApiError</a></code>
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
</div>
|
|
443
|
-
|
|
444
|
-
</div>
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
</div>
|
|
448
|
-
</div>
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
</div>
|
|
454
|
-
|
|
455
|
-
<div class="member">
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
<h4 class="name" id=".parseFileError">
|
|
460
|
-
<a class="href-link" href="#.parseFileError">#</a>
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
<span class='tag'>static</span>
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
<span class="code-name">
|
|
467
|
-
|
|
468
|
-
parseFileError<span class="signature">(originalError)</span><span class="type-signature"> → {<a href="BrowserApiError.html">BrowserApiError</a>}</span>
|
|
469
|
-
|
|
470
|
-
</span>
|
|
471
|
-
</h4>
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
<div class="description">
|
|
477
|
-
<p>Create error for file parsing failure in browser
|
|
478
|
-
Occurs when file read or CSV parse fails</p>
|
|
479
|
-
</div>
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
<h5>Parameters:</h5>
|
|
491
|
-
|
|
492
|
-
<div class="table-container">
|
|
493
|
-
<table class="params table">
|
|
494
|
-
<thead>
|
|
495
|
-
<tr>
|
|
496
|
-
|
|
497
|
-
<th>Name</th>
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
<th>Type</th>
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
<th class="last">Description</th>
|
|
507
|
-
</tr>
|
|
508
|
-
</thead>
|
|
509
|
-
|
|
510
|
-
<tbody>
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
<tr class="deep-level-0">
|
|
515
|
-
|
|
516
|
-
<td class="name"><code>originalError</code></td>
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
<td class="type">
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
<code class="param-type">Error</code>
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
</td>
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
<td class="description last"><p>The underlying error that occurred</p></td>
|
|
533
|
-
</tr>
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
</tbody>
|
|
538
|
-
</table>
|
|
539
|
-
</div>
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
<dl class="details">
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
<p class="tag-source">
|
|
578
|
-
<a href="src_util_errors.js.html" class="button">View Source</a>
|
|
579
|
-
<span>
|
|
580
|
-
<a href="src_util_errors.js.html">src/util/errors.js</a>, <a href="src_util_errors.js.html#line309">line 309</a>
|
|
581
|
-
</span>
|
|
582
|
-
</p>
|
|
583
|
-
|
|
584
|
-
</dl>
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
<div class='columns method-parameter'>
|
|
604
|
-
<div class="column is-2"><label>Returns:</label></div>
|
|
605
|
-
<div class="column is-10">
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
<div class="columns">
|
|
610
|
-
|
|
611
|
-
<div class='param-desc column is-7'><p>Configured error instance</p></div>
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
<div class='column is-5 has-text-left'>
|
|
615
|
-
<label>Type: </label>
|
|
616
|
-
|
|
617
|
-
<code class="param-type"><a href="BrowserApiError.html">BrowserApiError</a></code>
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
</div>
|
|
621
|
-
|
|
622
|
-
</div>
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
</div>
|
|
626
|
-
</div>
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
</div>
|
|
632
|
-
|
|
633
|
-
</div>
|
|
634
|
-
</div>
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
</article>
|
|
641
|
-
|
|
642
|
-
</section>
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
</div>
|
|
648
|
-
|
|
649
|
-
<footer class="footer">
|
|
650
|
-
<div class="content has-text-centered">
|
|
651
|
-
<p>Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a></p>
|
|
652
|
-
<p class="sidebar-created-by">
|
|
653
|
-
<a href="https://github.com/SoftwareBrothers/better-docs" target="_blank">BetterDocs theme</a> provided with <i class="fas fa-heart"></i> by
|
|
654
|
-
<a href="http://softwarebrothers.co" target="_blank">SoftwareBrothers - JavaScript Development Agency</a>
|
|
655
|
-
</p>
|
|
656
|
-
</div>
|
|
657
|
-
</footer>
|
|
658
|
-
|
|
659
|
-
</div>
|
|
660
|
-
<div id="side-nav" class="side-nav">
|
|
661
|
-
</div>
|
|
662
|
-
</div>
|
|
663
|
-
<script src="scripts/app.min.js"></script>
|
|
664
|
-
<script>PR.prettyPrint();</script>
|
|
665
|
-
<script src="scripts/linenumber.js"> </script>
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
</body>
|
|
669
|
-
</html>
|