isomorfeus-puppetmaster 0.5.3 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (802) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -17
  3. data/lib/isomorfeus/puppetmaster/console_message.rb +18 -18
  4. data/lib/isomorfeus/puppetmaster/cookie.rb +46 -46
  5. data/lib/isomorfeus/puppetmaster/driver/puppeteer.rb +413 -403
  6. data/lib/isomorfeus/puppetmaster/driver/puppeteer_document.rb +953 -953
  7. data/lib/isomorfeus/puppetmaster/driver/puppeteer_node.rb +851 -851
  8. data/lib/isomorfeus/puppetmaster/errors.rb +90 -90
  9. data/lib/isomorfeus/puppetmaster/iframe.rb +16 -16
  10. data/lib/isomorfeus/puppetmaster/node/content_editable.rb +17 -17
  11. data/lib/isomorfeus/puppetmaster/node/input.rb +20 -20
  12. data/lib/isomorfeus/puppetmaster/node/select.rb +35 -35
  13. data/lib/isomorfeus/puppetmaster/node.rb +279 -279
  14. data/lib/isomorfeus/puppetmaster/request.rb +16 -16
  15. data/lib/isomorfeus/puppetmaster/response.rb +25 -25
  16. data/lib/isomorfeus/puppetmaster/self_forwardable.rb +38 -38
  17. data/lib/isomorfeus/puppetmaster/server/checker.rb +1 -3
  18. data/lib/isomorfeus/puppetmaster/server.rb +1 -1
  19. data/lib/isomorfeus/puppetmaster/version.rb +3 -3
  20. data/lib/isomorfeus/puppetmaster.rb +85 -85
  21. data/lib/isomorfeus-puppetmaster.rb +1 -0
  22. data/node_modules/.bin/extract-zip +12 -12
  23. data/node_modules/.bin/extract-zip.ps1 +28 -28
  24. data/node_modules/.bin/rimraf +12 -12
  25. data/node_modules/.bin/rimraf.ps1 +28 -28
  26. data/node_modules/.package-lock.json +530 -574
  27. data/node_modules/@types/node/LICENSE +21 -21
  28. data/node_modules/@types/node/assert/strict.d.ts +8 -8
  29. data/node_modules/@types/node/assert.d.ts +912 -912
  30. data/node_modules/@types/node/async_hooks.d.ts +497 -497
  31. data/node_modules/@types/node/buffer.d.ts +2142 -2142
  32. data/node_modules/@types/node/child_process.d.ts +1355 -1355
  33. data/node_modules/@types/node/cluster.d.ts +414 -414
  34. data/node_modules/@types/node/console.d.ts +407 -407
  35. data/node_modules/@types/node/constants.d.ts +18 -18
  36. data/node_modules/@types/node/crypto.d.ts +3224 -3224
  37. data/node_modules/@types/node/dgram.d.ts +545 -545
  38. data/node_modules/@types/node/diagnostics_channel.d.ts +128 -128
  39. data/node_modules/@types/node/dns/promises.d.ts +357 -357
  40. data/node_modules/@types/node/dns.d.ts +643 -643
  41. data/node_modules/@types/node/domain.d.ts +169 -169
  42. data/node_modules/@types/node/events.d.ts +623 -623
  43. data/node_modules/@types/node/fs/promises.d.ts +997 -997
  44. data/node_modules/@types/node/fs.d.ts +3723 -3723
  45. data/node_modules/@types/node/globals.d.ts +285 -285
  46. data/node_modules/@types/node/globals.global.d.ts +1 -1
  47. data/node_modules/@types/node/http.d.ts +1358 -1358
  48. data/node_modules/@types/node/http2.d.ts +2100 -2100
  49. data/node_modules/@types/node/https.d.ts +391 -391
  50. data/node_modules/@types/node/index.d.ts +131 -131
  51. data/node_modules/@types/node/inspector.d.ts +2738 -2738
  52. data/node_modules/@types/node/module.d.ts +114 -114
  53. data/node_modules/@types/node/net.d.ts +783 -783
  54. data/node_modules/@types/node/os.d.ts +455 -455
  55. data/node_modules/@types/node/package.json +229 -229
  56. data/node_modules/@types/node/path.d.ts +172 -172
  57. data/node_modules/@types/node/perf_hooks.d.ts +555 -555
  58. data/node_modules/@types/node/process.d.ts +1477 -1477
  59. data/node_modules/@types/node/punycode.d.ts +117 -117
  60. data/node_modules/@types/node/querystring.d.ts +131 -131
  61. data/node_modules/@types/node/readline.d.ts +542 -542
  62. data/node_modules/@types/node/repl.d.ts +424 -424
  63. data/node_modules/@types/node/stream/consumers.d.ts +24 -24
  64. data/node_modules/@types/node/stream/promises.d.ts +42 -42
  65. data/node_modules/@types/node/stream/web.d.ts +6 -6
  66. data/node_modules/@types/node/stream.d.ts +1181 -1181
  67. data/node_modules/@types/node/string_decoder.d.ts +67 -67
  68. data/node_modules/@types/node/timers/promises.d.ts +68 -68
  69. data/node_modules/@types/node/timers.d.ts +94 -94
  70. data/node_modules/@types/node/tls.d.ts +1019 -1019
  71. data/node_modules/@types/node/trace_events.d.ts +161 -161
  72. data/node_modules/@types/node/tty.d.ts +206 -206
  73. data/node_modules/@types/node/url.d.ts +798 -798
  74. data/node_modules/@types/node/util.d.ts +1556 -1556
  75. data/node_modules/@types/node/v8.d.ts +378 -378
  76. data/node_modules/@types/node/vm.d.ts +504 -504
  77. data/node_modules/@types/node/wasi.d.ts +153 -153
  78. data/node_modules/@types/node/worker_threads.d.ts +649 -649
  79. data/node_modules/@types/node/zlib.d.ts +517 -517
  80. data/node_modules/@types/yauzl/LICENSE +21 -21
  81. data/node_modules/@types/yauzl/index.d.ts +98 -98
  82. data/node_modules/@types/yauzl/package.json +26 -26
  83. data/node_modules/agent-base/README.md +145 -145
  84. data/node_modules/agent-base/dist/src/index.d.ts +78 -78
  85. data/node_modules/agent-base/dist/src/index.js +202 -202
  86. data/node_modules/agent-base/dist/src/promisify.d.ts +4 -4
  87. data/node_modules/agent-base/dist/src/promisify.js +17 -17
  88. data/node_modules/agent-base/package.json +64 -64
  89. data/node_modules/agent-base/src/index.ts +345 -345
  90. data/node_modules/agent-base/src/promisify.ts +33 -33
  91. data/node_modules/balanced-match/.github/FUNDING.yml +2 -2
  92. data/node_modules/balanced-match/LICENSE.md +21 -21
  93. data/node_modules/balanced-match/README.md +97 -97
  94. data/node_modules/balanced-match/index.js +62 -62
  95. data/node_modules/balanced-match/package.json +48 -48
  96. data/node_modules/base64-js/LICENSE +21 -21
  97. data/node_modules/base64-js/README.md +34 -34
  98. data/node_modules/base64-js/index.d.ts +3 -3
  99. data/node_modules/base64-js/index.js +150 -150
  100. data/node_modules/base64-js/package.json +47 -47
  101. data/node_modules/bl/.travis.yml +17 -17
  102. data/node_modules/bl/BufferList.js +396 -396
  103. data/node_modules/bl/LICENSE.md +13 -13
  104. data/node_modules/bl/README.md +247 -247
  105. data/node_modules/bl/bl.js +84 -84
  106. data/node_modules/bl/package.json +37 -37
  107. data/node_modules/bl/test/convert.js +21 -21
  108. data/node_modules/bl/test/indexOf.js +492 -492
  109. data/node_modules/bl/test/isBufferList.js +32 -32
  110. data/node_modules/bl/test/test.js +869 -869
  111. data/node_modules/brace-expansion/LICENSE +21 -21
  112. data/node_modules/brace-expansion/README.md +129 -129
  113. data/node_modules/brace-expansion/index.js +201 -201
  114. data/node_modules/brace-expansion/package.json +47 -47
  115. data/node_modules/buffer/AUTHORS.md +70 -70
  116. data/node_modules/buffer/LICENSE +21 -21
  117. data/node_modules/buffer/README.md +410 -410
  118. data/node_modules/buffer/index.d.ts +186 -186
  119. data/node_modules/buffer/index.js +1817 -1817
  120. data/node_modules/buffer/package.json +96 -96
  121. data/node_modules/buffer-crc32/LICENSE +19 -19
  122. data/node_modules/buffer-crc32/README.md +47 -47
  123. data/node_modules/buffer-crc32/index.js +111 -111
  124. data/node_modules/buffer-crc32/package.json +39 -39
  125. data/node_modules/chownr/LICENSE +15 -15
  126. data/node_modules/chownr/README.md +3 -3
  127. data/node_modules/chownr/chownr.js +167 -167
  128. data/node_modules/chownr/package.json +29 -29
  129. data/node_modules/concat-map/.travis.yml +4 -4
  130. data/node_modules/concat-map/LICENSE +18 -18
  131. data/node_modules/concat-map/README.markdown +62 -62
  132. data/node_modules/concat-map/example/map.js +6 -6
  133. data/node_modules/concat-map/index.js +13 -13
  134. data/node_modules/concat-map/package.json +43 -43
  135. data/node_modules/concat-map/test/map.js +39 -39
  136. data/node_modules/debug/LICENSE +19 -19
  137. data/node_modules/debug/README.md +455 -455
  138. data/node_modules/debug/package.json +59 -59
  139. data/node_modules/debug/src/browser.js +269 -269
  140. data/node_modules/debug/src/common.js +274 -261
  141. data/node_modules/debug/src/index.js +10 -10
  142. data/node_modules/debug/src/node.js +263 -263
  143. data/node_modules/devtools-protocol/LICENSE +27 -27
  144. data/node_modules/devtools-protocol/README.md +12 -12
  145. data/node_modules/devtools-protocol/json/browser_protocol.json +20985 -20640
  146. data/node_modules/devtools-protocol/json/js_protocol.json +3531 -3580
  147. data/node_modules/devtools-protocol/package.json +17 -18
  148. data/node_modules/devtools-protocol/pdl/browser_protocol.pdl +9849 -9637
  149. data/node_modules/devtools-protocol/pdl/js_protocol.pdl +1653 -1678
  150. data/node_modules/devtools-protocol/types/protocol-mapping.d.ts +4333 -4321
  151. data/node_modules/devtools-protocol/types/protocol-proxy-api.d.ts +3695 -3683
  152. data/node_modules/devtools-protocol/types/protocol.d.ts +15714 -15538
  153. data/node_modules/end-of-stream/LICENSE +20 -20
  154. data/node_modules/end-of-stream/README.md +54 -54
  155. data/node_modules/end-of-stream/index.js +94 -94
  156. data/node_modules/end-of-stream/package.json +37 -37
  157. data/node_modules/extract-zip/LICENSE +23 -23
  158. data/node_modules/extract-zip/cli.js +19 -19
  159. data/node_modules/extract-zip/index.d.ts +21 -21
  160. data/node_modules/extract-zip/index.js +173 -173
  161. data/node_modules/extract-zip/package.json +80 -80
  162. data/node_modules/extract-zip/readme.md +57 -57
  163. data/node_modules/fd-slicer/.npmignore +2 -2
  164. data/node_modules/fd-slicer/.travis.yml +7 -7
  165. data/node_modules/fd-slicer/CHANGELOG.md +49 -49
  166. data/node_modules/fd-slicer/LICENSE +21 -21
  167. data/node_modules/fd-slicer/README.md +199 -199
  168. data/node_modules/fd-slicer/index.js +296 -296
  169. data/node_modules/fd-slicer/package.json +36 -36
  170. data/node_modules/fd-slicer/test/test.js +350 -350
  171. data/node_modules/find-up/index.d.ts +137 -137
  172. data/node_modules/find-up/index.js +89 -89
  173. data/node_modules/find-up/license +9 -9
  174. data/node_modules/find-up/package.json +53 -53
  175. data/node_modules/find-up/readme.md +156 -156
  176. data/node_modules/fs-constants/LICENSE +21 -21
  177. data/node_modules/fs-constants/README.md +26 -26
  178. data/node_modules/fs-constants/browser.js +1 -1
  179. data/node_modules/fs-constants/index.js +1 -1
  180. data/node_modules/fs-constants/package.json +19 -19
  181. data/node_modules/fs.realpath/LICENSE +43 -43
  182. data/node_modules/fs.realpath/README.md +33 -33
  183. data/node_modules/fs.realpath/index.js +66 -66
  184. data/node_modules/fs.realpath/old.js +303 -303
  185. data/node_modules/fs.realpath/package.json +26 -26
  186. data/node_modules/get-stream/buffer-stream.js +52 -52
  187. data/node_modules/get-stream/index.d.ts +108 -108
  188. data/node_modules/get-stream/index.js +60 -60
  189. data/node_modules/get-stream/license +9 -9
  190. data/node_modules/get-stream/package.json +50 -50
  191. data/node_modules/get-stream/readme.md +124 -124
  192. data/node_modules/glob/LICENSE +21 -21
  193. data/node_modules/glob/README.md +375 -375
  194. data/node_modules/glob/changelog.md +67 -67
  195. data/node_modules/glob/common.js +234 -234
  196. data/node_modules/glob/glob.js +788 -788
  197. data/node_modules/glob/package.json +51 -51
  198. data/node_modules/glob/sync.js +484 -484
  199. data/node_modules/https-proxy-agent/README.md +137 -137
  200. data/node_modules/https-proxy-agent/dist/agent.d.ts +30 -30
  201. data/node_modules/https-proxy-agent/dist/agent.js +179 -179
  202. data/node_modules/https-proxy-agent/dist/index.d.ts +23 -23
  203. data/node_modules/https-proxy-agent/dist/index.js +13 -13
  204. data/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -7
  205. data/node_modules/https-proxy-agent/dist/parse-proxy-response.js +65 -65
  206. data/node_modules/https-proxy-agent/package.json +56 -56
  207. data/node_modules/ieee754/LICENSE +11 -11
  208. data/node_modules/ieee754/README.md +51 -51
  209. data/node_modules/ieee754/index.d.ts +9 -9
  210. data/node_modules/ieee754/index.js +85 -85
  211. data/node_modules/ieee754/package.json +52 -52
  212. data/node_modules/inflight/LICENSE +15 -15
  213. data/node_modules/inflight/README.md +37 -37
  214. data/node_modules/inflight/inflight.js +54 -54
  215. data/node_modules/inflight/package.json +29 -29
  216. data/node_modules/inherits/LICENSE +16 -16
  217. data/node_modules/inherits/README.md +42 -42
  218. data/node_modules/inherits/inherits.js +9 -9
  219. data/node_modules/inherits/inherits_browser.js +27 -27
  220. data/node_modules/inherits/package.json +29 -29
  221. data/node_modules/locate-path/index.d.ts +83 -83
  222. data/node_modules/locate-path/index.js +65 -65
  223. data/node_modules/locate-path/license +9 -9
  224. data/node_modules/locate-path/package.json +45 -45
  225. data/node_modules/locate-path/readme.md +122 -122
  226. data/node_modules/minimatch/LICENSE +15 -15
  227. data/node_modules/minimatch/README.md +209 -209
  228. data/node_modules/minimatch/minimatch.js +923 -923
  229. data/node_modules/minimatch/package.json +30 -30
  230. data/node_modules/{mkdirp → mkdirp-classic}/LICENSE +21 -21
  231. data/node_modules/mkdirp-classic/README.md +18 -0
  232. data/node_modules/{mkdirp → mkdirp-classic}/index.js +98 -99
  233. data/node_modules/mkdirp-classic/package.json +18 -0
  234. data/node_modules/ms/index.js +162 -162
  235. data/node_modules/ms/license.md +21 -21
  236. data/node_modules/ms/package.json +37 -37
  237. data/node_modules/ms/readme.md +60 -60
  238. data/node_modules/node-fetch/LICENSE.md +22 -22
  239. data/node_modules/node-fetch/README.md +590 -590
  240. data/node_modules/node-fetch/browser.js +24 -24
  241. data/node_modules/node-fetch/lib/index.es.js +1662 -1640
  242. data/node_modules/node-fetch/lib/index.js +1671 -1649
  243. data/node_modules/node-fetch/lib/index.mjs +1660 -1638
  244. data/node_modules/node-fetch/package.json +68 -66
  245. data/node_modules/once/LICENSE +15 -15
  246. data/node_modules/once/README.md +79 -79
  247. data/node_modules/once/once.js +42 -42
  248. data/node_modules/once/package.json +33 -33
  249. data/node_modules/p-limit/index.d.ts +38 -38
  250. data/node_modules/p-limit/index.js +57 -57
  251. data/node_modules/p-limit/license +9 -9
  252. data/node_modules/p-limit/package.json +52 -52
  253. data/node_modules/p-limit/readme.md +101 -101
  254. data/node_modules/p-locate/index.d.ts +64 -64
  255. data/node_modules/p-locate/index.js +52 -52
  256. data/node_modules/p-locate/license +9 -9
  257. data/node_modules/p-locate/package.json +53 -53
  258. data/node_modules/p-locate/readme.md +90 -90
  259. data/node_modules/p-try/index.d.ts +39 -39
  260. data/node_modules/p-try/index.js +9 -9
  261. data/node_modules/p-try/license +9 -9
  262. data/node_modules/p-try/package.json +42 -42
  263. data/node_modules/p-try/readme.md +58 -58
  264. data/node_modules/path-exists/index.d.ts +28 -28
  265. data/node_modules/path-exists/index.js +23 -23
  266. data/node_modules/path-exists/license +9 -9
  267. data/node_modules/path-exists/package.json +39 -39
  268. data/node_modules/path-exists/readme.md +52 -52
  269. data/node_modules/path-is-absolute/index.js +20 -20
  270. data/node_modules/path-is-absolute/license +21 -21
  271. data/node_modules/path-is-absolute/package.json +43 -43
  272. data/node_modules/path-is-absolute/readme.md +59 -59
  273. data/node_modules/pend/LICENSE +23 -23
  274. data/node_modules/pend/README.md +41 -41
  275. data/node_modules/pend/index.js +55 -55
  276. data/node_modules/pend/package.json +18 -18
  277. data/node_modules/pend/test.js +137 -137
  278. data/node_modules/pkg-dir/index.d.ts +44 -44
  279. data/node_modules/pkg-dir/index.js +17 -17
  280. data/node_modules/pkg-dir/license +9 -9
  281. data/node_modules/pkg-dir/package.json +56 -56
  282. data/node_modules/pkg-dir/readme.md +66 -66
  283. data/node_modules/progress/CHANGELOG.md +115 -115
  284. data/node_modules/progress/LICENSE +22 -22
  285. data/node_modules/progress/Makefile +8 -8
  286. data/node_modules/progress/Readme.md +146 -146
  287. data/node_modules/progress/index.js +1 -1
  288. data/node_modules/progress/lib/node-progress.js +236 -235
  289. data/node_modules/progress/package.json +26 -26
  290. data/node_modules/proxy-from-env/.eslintrc +29 -29
  291. data/node_modules/proxy-from-env/.travis.yml +10 -10
  292. data/node_modules/proxy-from-env/LICENSE +20 -20
  293. data/node_modules/proxy-from-env/README.md +131 -131
  294. data/node_modules/proxy-from-env/index.js +108 -108
  295. data/node_modules/proxy-from-env/package.json +34 -34
  296. data/node_modules/proxy-from-env/test.js +483 -483
  297. data/node_modules/pump/.travis.yml +5 -5
  298. data/node_modules/pump/LICENSE +20 -20
  299. data/node_modules/pump/README.md +65 -65
  300. data/node_modules/pump/index.js +82 -82
  301. data/node_modules/pump/package.json +24 -24
  302. data/node_modules/pump/test-browser.js +66 -66
  303. data/node_modules/pump/test-node.js +53 -53
  304. data/node_modules/puppeteer-core/CHANGELOG.md +319 -261
  305. data/node_modules/puppeteer-core/LICENSE +202 -202
  306. data/node_modules/puppeteer-core/README.md +481 -483
  307. data/node_modules/puppeteer-core/cjs-entry-core.js +29 -29
  308. data/node_modules/puppeteer-core/cjs-entry.js +29 -29
  309. data/node_modules/puppeteer-core/install.js +89 -89
  310. data/node_modules/puppeteer-core/lib/cjs/puppeteer/api-docs-entry.d.ts +110 -110
  311. data/node_modules/puppeteer-core/lib/cjs/puppeteer/api-docs-entry.js +80 -80
  312. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Accessibility.d.ts +175 -175
  313. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Accessibility.js +360 -360
  314. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/AriaQueryHandler.d.ts +20 -20
  315. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/AriaQueryHandler.js +84 -84
  316. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/AriaQueryHandler.js.map +1 -1
  317. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.d.ts +455 -453
  318. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.d.ts.map +1 -1
  319. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.js +540 -532
  320. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.js.map +1 -1
  321. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.d.ts +53 -53
  322. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.js +97 -97
  323. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
  324. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserWebSocketTransport.d.ts +25 -25
  325. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserWebSocketTransport.js +34 -34
  326. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.d.ts +135 -129
  327. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.d.ts.map +1 -1
  328. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js +298 -280
  329. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js.map +1 -1
  330. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ConnectionTransport.d.ts +24 -24
  331. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ConnectionTransport.js +17 -17
  332. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ConsoleMessage.d.ts +72 -72
  333. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ConsoleMessage.js +64 -64
  334. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.d.ts +204 -204
  335. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.js +335 -335
  336. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.js.map +1 -1
  337. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.d.ts +175 -173
  338. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.d.ts.map +1 -1
  339. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.js +662 -658
  340. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.js.map +1 -1
  341. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Debug.d.ts +52 -52
  342. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Debug.js +81 -81
  343. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DeviceDescriptors.d.ts +40 -40
  344. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DeviceDescriptors.js +1070 -1070
  345. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Dialog.d.ts +74 -74
  346. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Dialog.js +97 -97
  347. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Dialog.js.map +1 -1
  348. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EmulationManager.d.ts +24 -24
  349. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EmulationManager.js +37 -37
  350. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.d.ts +50 -41
  351. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.d.ts.map +1 -1
  352. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.js +56 -48
  353. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.js.map +1 -1
  354. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EvalTypes.d.ts +60 -60
  355. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EvalTypes.js +17 -17
  356. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.d.ts +92 -92
  357. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.js +116 -116
  358. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.js.map +1 -1
  359. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Events.d.ts +81 -81
  360. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Events.js +86 -86
  361. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.d.ts +193 -193
  362. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js +321 -321
  363. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js.map +1 -1
  364. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FileChooser.d.ts +58 -58
  365. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FileChooser.js +71 -71
  366. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FileChooser.js.map +1 -1
  367. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.d.ts +744 -732
  368. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.d.ts.map +1 -1
  369. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.js +1047 -964
  370. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.js.map +1 -1
  371. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.d.ts +350 -340
  372. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.d.ts.map +1 -1
  373. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.js +549 -546
  374. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.js.map +1 -1
  375. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.d.ts +134 -125
  376. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.d.ts.map +1 -1
  377. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.js +184 -154
  378. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.js.map +1 -1
  379. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.d.ts +358 -359
  380. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.d.ts.map +1 -1
  381. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.js +543 -544
  382. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.js.map +1 -1
  383. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.d.ts +490 -490
  384. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
  385. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.js +827 -826
  386. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
  387. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.d.ts +65 -65
  388. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.d.ts.map +1 -1
  389. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.js +149 -148
  390. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.js.map +1 -1
  391. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkConditions.d.ts +26 -26
  392. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkConditions.js +33 -33
  393. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.d.ts +126 -97
  394. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.d.ts.map +1 -1
  395. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.js +467 -345
  396. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.js.map +1 -1
  397. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.d.ts +161 -161
  398. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.js +34 -34
  399. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.d.ts +2055 -2026
  400. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.d.ts.map +1 -1
  401. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.js +2533 -2487
  402. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.js.map +1 -1
  403. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Product.d.ts +20 -20
  404. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Product.js +17 -17
  405. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.d.ts +159 -159
  406. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.js +161 -161
  407. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.js.map +1 -1
  408. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PuppeteerViewport.d.ts +51 -51
  409. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PuppeteerViewport.js +2 -2
  410. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/QueryHandler.d.ts +64 -64
  411. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/QueryHandler.js +165 -165
  412. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/SecurityDetails.d.ts +60 -60
  413. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/SecurityDetails.js +76 -76
  414. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.d.ts +100 -98
  415. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.d.ts.map +1 -1
  416. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.js +145 -144
  417. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.js.map +1 -1
  418. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.d.ts +21 -0
  419. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.d.ts.map +1 -0
  420. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.js +30 -0
  421. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.js.map +1 -0
  422. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TimeoutSettings.d.ts +27 -27
  423. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TimeoutSettings.js +47 -47
  424. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.d.ts +46 -46
  425. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.js +109 -109
  426. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.js.map +1 -1
  427. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/USKeyboardLayout.d.ts +39 -39
  428. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/USKeyboardLayout.js +406 -406
  429. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WebWorker.d.ts +98 -98
  430. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WebWorker.js +112 -112
  431. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/assert.d.ts +22 -22
  432. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/assert.js +33 -33
  433. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/fetch.d.ts +16 -16
  434. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/fetch.js +43 -43
  435. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/helper.d.ts +84 -84
  436. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/helper.js +327 -327
  437. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/helper.js.map +1 -1
  438. data/node_modules/puppeteer-core/lib/cjs/puppeteer/environment.d.ts +16 -16
  439. data/node_modules/puppeteer-core/lib/cjs/puppeteer/environment.js +19 -19
  440. data/node_modules/puppeteer-core/lib/cjs/puppeteer/global.d.ts +16 -16
  441. data/node_modules/puppeteer-core/lib/cjs/puppeteer/global.js +2 -2
  442. data/node_modules/puppeteer-core/lib/cjs/puppeteer/initialize-node.d.ts +17 -17
  443. data/node_modules/puppeteer-core/lib/cjs/puppeteer/initialize-node.js +44 -44
  444. data/node_modules/puppeteer-core/lib/cjs/puppeteer/initialize-web.d.ts +17 -17
  445. data/node_modules/puppeteer-core/lib/cjs/puppeteer/initialize-web.js +26 -26
  446. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserFetcher.d.ts +133 -133
  447. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserFetcher.js +500 -500
  448. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserFetcher.js.map +1 -1
  449. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.d.ts +40 -39
  450. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.d.ts.map +1 -1
  451. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js +256 -224
  452. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js.map +1 -1
  453. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/LaunchOptions.d.ts +134 -130
  454. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/LaunchOptions.d.ts.map +1 -1
  455. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/LaunchOptions.js +17 -17
  456. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.d.ts +16 -16
  457. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.d.ts.map +1 -1
  458. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.js +655 -573
  459. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.js.map +1 -1
  460. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.d.ts +26 -26
  461. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.js +47 -47
  462. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/PipeTransport.d.ts +29 -29
  463. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/PipeTransport.js +64 -64
  464. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Puppeteer.d.ts +153 -153
  465. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Puppeteer.js +188 -188
  466. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Puppeteer.js.map +1 -1
  467. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/install.d.ts +17 -17
  468. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/install.js +173 -173
  469. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/install.js.map +1 -1
  470. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node-puppeteer-core.d.ts +17 -17
  471. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node-puppeteer-core.js +24 -24
  472. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node-puppeteer-core.js.map +1 -1
  473. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node.d.ts +17 -17
  474. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node.js +23 -23
  475. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node.js.map +1 -1
  476. data/node_modules/puppeteer-core/lib/cjs/puppeteer/revisions.d.ts +21 -21
  477. data/node_modules/puppeteer-core/lib/cjs/puppeteer/revisions.js +22 -22
  478. data/node_modules/puppeteer-core/lib/cjs/puppeteer/web.d.ts +17 -17
  479. data/node_modules/puppeteer-core/lib/cjs/puppeteer/web.js +23 -23
  480. data/node_modules/puppeteer-core/lib/cjs/puppeteer/web.js.map +1 -1
  481. data/node_modules/puppeteer-core/lib/cjs/vendor/mitt/src/index.d.ts +27 -27
  482. data/node_modules/puppeteer-core/lib/cjs/vendor/mitt/src/index.js +56 -56
  483. data/node_modules/puppeteer-core/lib/esm/puppeteer/api-docs-entry.d.ts +110 -110
  484. data/node_modules/puppeteer-core/lib/esm/puppeteer/api-docs-entry.js +80 -80
  485. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Accessibility.d.ts +175 -175
  486. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Accessibility.js +356 -356
  487. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.d.ts +20 -20
  488. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js +81 -81
  489. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js.map +1 -1
  490. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.d.ts +455 -453
  491. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.d.ts.map +1 -1
  492. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.js +535 -527
  493. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.js.map +1 -1
  494. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.d.ts +53 -53
  495. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.js +74 -74
  496. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserWebSocketTransport.d.ts +25 -25
  497. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserWebSocketTransport.js +30 -30
  498. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.d.ts +135 -129
  499. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.d.ts.map +1 -1
  500. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.js +293 -275
  501. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.js.map +1 -1
  502. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConnectionTransport.d.ts +24 -24
  503. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConnectionTransport.js +16 -16
  504. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConsoleMessage.d.ts +72 -72
  505. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConsoleMessage.js +60 -60
  506. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Coverage.d.ts +204 -204
  507. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Coverage.js +329 -329
  508. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.d.ts +175 -173
  509. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.d.ts.map +1 -1
  510. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.js +657 -653
  511. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.js.map +1 -1
  512. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Debug.d.ts +52 -52
  513. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Debug.js +77 -77
  514. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DeviceDescriptors.d.ts +40 -40
  515. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DeviceDescriptors.js +1067 -1067
  516. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Dialog.d.ts +74 -74
  517. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Dialog.js +93 -93
  518. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EmulationManager.d.ts +24 -24
  519. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EmulationManager.js +33 -33
  520. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.d.ts +50 -41
  521. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.d.ts.map +1 -1
  522. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js +50 -43
  523. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js.map +1 -1
  524. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EvalTypes.d.ts +60 -60
  525. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EvalTypes.js +16 -16
  526. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.d.ts +92 -92
  527. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js +109 -109
  528. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Events.d.ts +81 -81
  529. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Events.js +83 -83
  530. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/ExecutionContext.d.ts +193 -193
  531. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/ExecutionContext.js +317 -317
  532. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FileChooser.d.ts +58 -58
  533. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FileChooser.js +67 -67
  534. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.d.ts +744 -732
  535. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.d.ts.map +1 -1
  536. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.js +1042 -959
  537. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.js.map +1 -1
  538. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.d.ts +350 -340
  539. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.d.ts.map +1 -1
  540. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.js +545 -542
  541. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.js.map +1 -1
  542. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.d.ts +134 -125
  543. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.d.ts.map +1 -1
  544. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.js +180 -150
  545. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.js.map +1 -1
  546. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.d.ts +358 -359
  547. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.d.ts.map +1 -1
  548. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.js +537 -538
  549. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.js.map +1 -1
  550. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.d.ts +490 -490
  551. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
  552. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.js +802 -801
  553. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
  554. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/LifecycleWatcher.d.ts +65 -65
  555. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/LifecycleWatcher.d.ts.map +1 -1
  556. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/LifecycleWatcher.js +145 -144
  557. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/LifecycleWatcher.js.map +1 -1
  558. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkConditions.d.ts +26 -26
  559. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkConditions.js +30 -30
  560. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.d.ts +126 -97
  561. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.d.ts.map +1 -1
  562. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.js +463 -341
  563. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.js.map +1 -1
  564. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.d.ts +161 -161
  565. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.js +31 -31
  566. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.d.ts +2055 -2026
  567. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.d.ts.map +1 -1
  568. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.js +2529 -2483
  569. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.js.map +1 -1
  570. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Product.d.ts +20 -20
  571. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Product.js +16 -16
  572. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Puppeteer.d.ts +159 -159
  573. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Puppeteer.js +157 -157
  574. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PuppeteerViewport.d.ts +51 -51
  575. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PuppeteerViewport.js +1 -1
  576. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/QueryHandler.d.ts +64 -64
  577. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/QueryHandler.js +157 -157
  578. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.d.ts +60 -60
  579. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.js +72 -72
  580. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.d.ts +100 -98
  581. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.d.ts.map +1 -1
  582. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.js +141 -140
  583. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.js.map +1 -1
  584. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.d.ts +21 -0
  585. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.d.ts.map +1 -0
  586. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js +26 -0
  587. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js.map +1 -0
  588. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.d.ts +27 -27
  589. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.js +43 -43
  590. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Tracing.d.ts +46 -46
  591. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Tracing.js +105 -105
  592. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.d.ts +39 -39
  593. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.js +403 -403
  594. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/WebWorker.d.ts +98 -98
  595. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/WebWorker.js +108 -108
  596. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/assert.d.ts +22 -22
  597. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/assert.js +28 -28
  598. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/fetch.d.ts +16 -16
  599. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/fetch.js +20 -20
  600. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/helper.d.ts +84 -84
  601. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/helper.js +305 -305
  602. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/helper.js.map +1 -1
  603. data/node_modules/puppeteer-core/lib/esm/puppeteer/environment.d.ts +16 -16
  604. data/node_modules/puppeteer-core/lib/esm/puppeteer/environment.js +16 -16
  605. data/node_modules/puppeteer-core/lib/esm/puppeteer/global.d.ts +16 -16
  606. data/node_modules/puppeteer-core/lib/esm/puppeteer/global.js +1 -1
  607. data/node_modules/puppeteer-core/lib/esm/puppeteer/initialize-node.d.ts +17 -17
  608. data/node_modules/puppeteer-core/lib/esm/puppeteer/initialize-node.js +37 -37
  609. data/node_modules/puppeteer-core/lib/esm/puppeteer/initialize-web.d.ts +17 -17
  610. data/node_modules/puppeteer-core/lib/esm/puppeteer/initialize-web.js +22 -22
  611. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserFetcher.d.ts +133 -133
  612. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserFetcher.js +474 -474
  613. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserFetcher.js.map +1 -1
  614. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.d.ts +40 -39
  615. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.d.ts.map +1 -1
  616. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.js +230 -198
  617. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.js.map +1 -1
  618. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/LaunchOptions.d.ts +134 -130
  619. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/LaunchOptions.d.ts.map +1 -1
  620. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/LaunchOptions.js +16 -16
  621. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.d.ts +16 -16
  622. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.d.ts.map +1 -1
  623. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.js +633 -551
  624. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.js.map +1 -1
  625. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/NodeWebSocketTransport.d.ts +26 -26
  626. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/NodeWebSocketTransport.js +40 -40
  627. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/PipeTransport.d.ts +29 -29
  628. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/PipeTransport.js +60 -60
  629. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Puppeteer.d.ts +153 -153
  630. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Puppeteer.js +181 -181
  631. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/install.d.ts +17 -17
  632. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/install.js +165 -165
  633. data/node_modules/puppeteer-core/lib/esm/puppeteer/node-puppeteer-core.d.ts +17 -17
  634. data/node_modules/puppeteer-core/lib/esm/puppeteer/node-puppeteer-core.js +22 -22
  635. data/node_modules/puppeteer-core/lib/esm/puppeteer/node.d.ts +17 -17
  636. data/node_modules/puppeteer-core/lib/esm/puppeteer/node.js +21 -21
  637. data/node_modules/puppeteer-core/lib/esm/puppeteer/revisions.d.ts +21 -21
  638. data/node_modules/puppeteer-core/lib/esm/puppeteer/revisions.js +19 -19
  639. data/node_modules/puppeteer-core/lib/esm/puppeteer/web.d.ts +17 -17
  640. data/node_modules/puppeteer-core/lib/esm/puppeteer/web.js +21 -21
  641. data/node_modules/puppeteer-core/lib/esm/vendor/mitt/src/index.d.ts +27 -27
  642. data/node_modules/puppeteer-core/lib/esm/vendor/mitt/src/index.js +53 -53
  643. data/node_modules/puppeteer-core/lib/types.d.ts +3899 -3766
  644. data/node_modules/puppeteer-core/package.json +115 -122
  645. data/node_modules/puppeteer-core/typescript-if-required.js +61 -61
  646. data/node_modules/readable-stream/CONTRIBUTING.md +38 -38
  647. data/node_modules/readable-stream/GOVERNANCE.md +136 -136
  648. data/node_modules/readable-stream/LICENSE +47 -47
  649. data/node_modules/readable-stream/README.md +106 -106
  650. data/node_modules/readable-stream/errors-browser.js +127 -127
  651. data/node_modules/readable-stream/errors.js +116 -116
  652. data/node_modules/readable-stream/experimentalWarning.js +17 -17
  653. data/node_modules/readable-stream/lib/_stream_duplex.js +138 -138
  654. data/node_modules/readable-stream/lib/_stream_passthrough.js +38 -38
  655. data/node_modules/readable-stream/lib/_stream_readable.js +1123 -1123
  656. data/node_modules/readable-stream/lib/_stream_transform.js +200 -200
  657. data/node_modules/readable-stream/lib/_stream_writable.js +696 -696
  658. data/node_modules/readable-stream/lib/internal/streams/async_iterator.js +206 -206
  659. data/node_modules/readable-stream/lib/internal/streams/buffer_list.js +209 -209
  660. data/node_modules/readable-stream/lib/internal/streams/destroy.js +104 -104
  661. data/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +103 -103
  662. data/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -3
  663. data/node_modules/readable-stream/lib/internal/streams/from.js +63 -63
  664. data/node_modules/readable-stream/lib/internal/streams/pipeline.js +96 -96
  665. data/node_modules/readable-stream/lib/internal/streams/state.js +26 -26
  666. data/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -1
  667. data/node_modules/readable-stream/lib/internal/streams/stream.js +1 -1
  668. data/node_modules/readable-stream/package.json +68 -68
  669. data/node_modules/readable-stream/readable-browser.js +9 -9
  670. data/node_modules/readable-stream/readable.js +16 -16
  671. data/node_modules/rimraf/CHANGELOG.md +65 -65
  672. data/node_modules/rimraf/LICENSE +15 -15
  673. data/node_modules/rimraf/README.md +101 -101
  674. data/node_modules/rimraf/bin.js +68 -68
  675. data/node_modules/rimraf/package.json +32 -32
  676. data/node_modules/rimraf/rimraf.js +360 -360
  677. data/node_modules/safe-buffer/LICENSE +21 -21
  678. data/node_modules/safe-buffer/README.md +584 -584
  679. data/node_modules/safe-buffer/index.d.ts +186 -186
  680. data/node_modules/safe-buffer/index.js +65 -65
  681. data/node_modules/safe-buffer/package.json +51 -51
  682. data/node_modules/string_decoder/LICENSE +48 -48
  683. data/node_modules/string_decoder/README.md +47 -47
  684. data/node_modules/string_decoder/lib/string_decoder.js +295 -295
  685. data/node_modules/string_decoder/package.json +34 -34
  686. data/node_modules/tar-fs/.travis.yml +6 -5
  687. data/node_modules/tar-fs/LICENSE +20 -20
  688. data/node_modules/tar-fs/README.md +165 -163
  689. data/node_modules/tar-fs/index.js +351 -348
  690. data/node_modules/tar-fs/package.json +41 -41
  691. data/node_modules/tar-fs/test/fixtures/a/hello.txt +1 -1
  692. data/node_modules/tar-fs/test/fixtures/b/a/test.txt +1 -1
  693. data/node_modules/tar-fs/test/index.js +346 -346
  694. data/node_modules/tar-stream/LICENSE +20 -20
  695. data/node_modules/tar-stream/README.md +168 -168
  696. data/node_modules/tar-stream/extract.js +257 -257
  697. data/node_modules/tar-stream/headers.js +295 -295
  698. data/node_modules/tar-stream/index.js +2 -2
  699. data/node_modules/tar-stream/pack.js +255 -255
  700. data/node_modules/tar-stream/package.json +58 -58
  701. data/node_modules/tar-stream/sandbox.js +11 -11
  702. data/node_modules/through/.travis.yml +5 -5
  703. data/node_modules/through/LICENSE.APACHE2 +15 -15
  704. data/node_modules/through/LICENSE.MIT +24 -24
  705. data/node_modules/through/index.js +108 -108
  706. data/node_modules/through/package.json +36 -36
  707. data/node_modules/through/readme.markdown +64 -64
  708. data/node_modules/through/test/async.js +28 -28
  709. data/node_modules/through/test/auto-destroy.js +30 -30
  710. data/node_modules/through/test/buffering.js +71 -71
  711. data/node_modules/through/test/end.js +45 -45
  712. data/node_modules/through/test/index.js +133 -133
  713. data/node_modules/tr46/.npmignore +4 -0
  714. data/node_modules/tr46/index.js +193 -0
  715. data/node_modules/tr46/lib/.gitkeep +0 -0
  716. data/node_modules/tr46/lib/mappingTable.json +1 -0
  717. data/node_modules/tr46/package.json +31 -0
  718. data/node_modules/unbzip2-stream/LICENSE +24 -24
  719. data/node_modules/unbzip2-stream/README.md +59 -59
  720. data/node_modules/unbzip2-stream/dist/unbzip2-stream.min.js +1 -1
  721. data/node_modules/unbzip2-stream/index.js +93 -92
  722. data/node_modules/unbzip2-stream/lib/bit_iterator.js +39 -39
  723. data/node_modules/unbzip2-stream/lib/bzip2.js +365 -367
  724. data/node_modules/unbzip2-stream/package.json +51 -51
  725. data/node_modules/util-deprecate/History.md +16 -16
  726. data/node_modules/util-deprecate/LICENSE +24 -24
  727. data/node_modules/util-deprecate/README.md +53 -53
  728. data/node_modules/util-deprecate/browser.js +67 -67
  729. data/node_modules/util-deprecate/node.js +6 -6
  730. data/node_modules/util-deprecate/package.json +27 -27
  731. data/node_modules/webidl-conversions/LICENSE.md +12 -0
  732. data/node_modules/webidl-conversions/README.md +53 -0
  733. data/node_modules/webidl-conversions/lib/index.js +189 -0
  734. data/node_modules/webidl-conversions/package.json +23 -0
  735. data/node_modules/whatwg-url/LICENSE.txt +21 -0
  736. data/node_modules/whatwg-url/README.md +67 -0
  737. data/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  738. data/node_modules/whatwg-url/lib/URL.js +196 -0
  739. data/node_modules/whatwg-url/lib/public-api.js +11 -0
  740. data/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  741. data/node_modules/whatwg-url/lib/utils.js +20 -0
  742. data/node_modules/whatwg-url/package.json +32 -0
  743. data/node_modules/wrappy/LICENSE +15 -15
  744. data/node_modules/wrappy/README.md +36 -36
  745. data/node_modules/wrappy/package.json +29 -29
  746. data/node_modules/wrappy/wrappy.js +33 -33
  747. data/node_modules/ws/LICENSE +19 -21
  748. data/node_modules/ws/README.md +493 -496
  749. data/node_modules/ws/browser.js +8 -8
  750. data/node_modules/ws/index.js +13 -10
  751. data/node_modules/ws/lib/buffer-util.js +126 -129
  752. data/node_modules/ws/lib/constants.js +12 -10
  753. data/node_modules/ws/lib/event-target.js +266 -184
  754. data/node_modules/ws/lib/extension.js +203 -223
  755. data/node_modules/ws/lib/limiter.js +55 -55
  756. data/node_modules/ws/lib/permessage-deflate.js +511 -517
  757. data/node_modules/ws/lib/receiver.js +612 -507
  758. data/node_modules/ws/lib/sender.js +422 -405
  759. data/node_modules/ws/lib/stream.js +180 -165
  760. data/node_modules/ws/lib/subprotocol.js +62 -0
  761. data/node_modules/ws/lib/validation.js +124 -104
  762. data/node_modules/ws/lib/websocket-server.js +485 -418
  763. data/node_modules/ws/lib/websocket.js +1149 -942
  764. data/node_modules/ws/package.json +61 -56
  765. data/node_modules/ws/wrapper.mjs +8 -0
  766. data/node_modules/yauzl/LICENSE +21 -21
  767. data/node_modules/yauzl/README.md +658 -658
  768. data/node_modules/yauzl/index.js +796 -796
  769. data/node_modules/yauzl/package.json +40 -40
  770. data/package.json +1 -1
  771. metadata +59 -61
  772. data/node_modules/.bin/mkdirp +0 -12
  773. data/node_modules/.bin/mkdirp.cmd +0 -17
  774. data/node_modules/.bin/mkdirp.ps1 +0 -28
  775. data/node_modules/devtools-protocol/changelog.md +0 -10491
  776. data/node_modules/devtools-protocol/externs/protocol_externs.js +0 -9734
  777. data/node_modules/minimist/.travis.yml +0 -8
  778. data/node_modules/minimist/LICENSE +0 -18
  779. data/node_modules/minimist/example/parse.js +0 -2
  780. data/node_modules/minimist/index.js +0 -245
  781. data/node_modules/minimist/package.json +0 -45
  782. data/node_modules/minimist/readme.markdown +0 -95
  783. data/node_modules/minimist/test/all_bool.js +0 -32
  784. data/node_modules/minimist/test/bool.js +0 -178
  785. data/node_modules/minimist/test/dash.js +0 -31
  786. data/node_modules/minimist/test/default_bool.js +0 -35
  787. data/node_modules/minimist/test/dotted.js +0 -22
  788. data/node_modules/minimist/test/kv_short.js +0 -16
  789. data/node_modules/minimist/test/long.js +0 -31
  790. data/node_modules/minimist/test/num.js +0 -36
  791. data/node_modules/minimist/test/parse.js +0 -197
  792. data/node_modules/minimist/test/parse_modified.js +0 -9
  793. data/node_modules/minimist/test/proto.js +0 -44
  794. data/node_modules/minimist/test/short.js +0 -67
  795. data/node_modules/minimist/test/stop_early.js +0 -15
  796. data/node_modules/minimist/test/unknown.js +0 -102
  797. data/node_modules/minimist/test/whitespace.js +0 -8
  798. data/node_modules/mkdirp/bin/cmd.js +0 -33
  799. data/node_modules/mkdirp/bin/usage.txt +0 -12
  800. data/node_modules/mkdirp/package.json +0 -34
  801. data/node_modules/mkdirp/readme.markdown +0 -100
  802. data/node_modules/node-fetch/CHANGELOG.md +0 -272
@@ -1,1649 +1,1671 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
-
7
- var Stream = _interopDefault(require('stream'));
8
- var http = _interopDefault(require('http'));
9
- var Url = _interopDefault(require('url'));
10
- var https = _interopDefault(require('https'));
11
- var zlib = _interopDefault(require('zlib'));
12
-
13
- // Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js
14
-
15
- // fix for "Readable" isn't a named export issue
16
- const Readable = Stream.Readable;
17
-
18
- const BUFFER = Symbol('buffer');
19
- const TYPE = Symbol('type');
20
-
21
- class Blob {
22
- constructor() {
23
- this[TYPE] = '';
24
-
25
- const blobParts = arguments[0];
26
- const options = arguments[1];
27
-
28
- const buffers = [];
29
- let size = 0;
30
-
31
- if (blobParts) {
32
- const a = blobParts;
33
- const length = Number(a.length);
34
- for (let i = 0; i < length; i++) {
35
- const element = a[i];
36
- let buffer;
37
- if (element instanceof Buffer) {
38
- buffer = element;
39
- } else if (ArrayBuffer.isView(element)) {
40
- buffer = Buffer.from(element.buffer, element.byteOffset, element.byteLength);
41
- } else if (element instanceof ArrayBuffer) {
42
- buffer = Buffer.from(element);
43
- } else if (element instanceof Blob) {
44
- buffer = element[BUFFER];
45
- } else {
46
- buffer = Buffer.from(typeof element === 'string' ? element : String(element));
47
- }
48
- size += buffer.length;
49
- buffers.push(buffer);
50
- }
51
- }
52
-
53
- this[BUFFER] = Buffer.concat(buffers);
54
-
55
- let type = options && options.type !== undefined && String(options.type).toLowerCase();
56
- if (type && !/[^\u0020-\u007E]/.test(type)) {
57
- this[TYPE] = type;
58
- }
59
- }
60
- get size() {
61
- return this[BUFFER].length;
62
- }
63
- get type() {
64
- return this[TYPE];
65
- }
66
- text() {
67
- return Promise.resolve(this[BUFFER].toString());
68
- }
69
- arrayBuffer() {
70
- const buf = this[BUFFER];
71
- const ab = buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);
72
- return Promise.resolve(ab);
73
- }
74
- stream() {
75
- const readable = new Readable();
76
- readable._read = function () {};
77
- readable.push(this[BUFFER]);
78
- readable.push(null);
79
- return readable;
80
- }
81
- toString() {
82
- return '[object Blob]';
83
- }
84
- slice() {
85
- const size = this.size;
86
-
87
- const start = arguments[0];
88
- const end = arguments[1];
89
- let relativeStart, relativeEnd;
90
- if (start === undefined) {
91
- relativeStart = 0;
92
- } else if (start < 0) {
93
- relativeStart = Math.max(size + start, 0);
94
- } else {
95
- relativeStart = Math.min(start, size);
96
- }
97
- if (end === undefined) {
98
- relativeEnd = size;
99
- } else if (end < 0) {
100
- relativeEnd = Math.max(size + end, 0);
101
- } else {
102
- relativeEnd = Math.min(end, size);
103
- }
104
- const span = Math.max(relativeEnd - relativeStart, 0);
105
-
106
- const buffer = this[BUFFER];
107
- const slicedBuffer = buffer.slice(relativeStart, relativeStart + span);
108
- const blob = new Blob([], { type: arguments[2] });
109
- blob[BUFFER] = slicedBuffer;
110
- return blob;
111
- }
112
- }
113
-
114
- Object.defineProperties(Blob.prototype, {
115
- size: { enumerable: true },
116
- type: { enumerable: true },
117
- slice: { enumerable: true }
118
- });
119
-
120
- Object.defineProperty(Blob.prototype, Symbol.toStringTag, {
121
- value: 'Blob',
122
- writable: false,
123
- enumerable: false,
124
- configurable: true
125
- });
126
-
127
- /**
128
- * fetch-error.js
129
- *
130
- * FetchError interface for operational errors
131
- */
132
-
133
- /**
134
- * Create FetchError instance
135
- *
136
- * @param String message Error message for human
137
- * @param String type Error type for machine
138
- * @param String systemError For Node.js system error
139
- * @return FetchError
140
- */
141
- function FetchError(message, type, systemError) {
142
- Error.call(this, message);
143
-
144
- this.message = message;
145
- this.type = type;
146
-
147
- // when err.type is `system`, err.code contains system error code
148
- if (systemError) {
149
- this.code = this.errno = systemError.code;
150
- }
151
-
152
- // hide custom error implementation details from end-users
153
- Error.captureStackTrace(this, this.constructor);
154
- }
155
-
156
- FetchError.prototype = Object.create(Error.prototype);
157
- FetchError.prototype.constructor = FetchError;
158
- FetchError.prototype.name = 'FetchError';
159
-
160
- let convert;
161
- try {
162
- convert = require('encoding').convert;
163
- } catch (e) {}
164
-
165
- const INTERNALS = Symbol('Body internals');
166
-
167
- // fix an issue where "PassThrough" isn't a named export for node <10
168
- const PassThrough = Stream.PassThrough;
169
-
170
- /**
171
- * Body mixin
172
- *
173
- * Ref: https://fetch.spec.whatwg.org/#body
174
- *
175
- * @param Stream body Readable stream
176
- * @param Object opts Response options
177
- * @return Void
178
- */
179
- function Body(body) {
180
- var _this = this;
181
-
182
- var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
183
- _ref$size = _ref.size;
184
-
185
- let size = _ref$size === undefined ? 0 : _ref$size;
186
- var _ref$timeout = _ref.timeout;
187
- let timeout = _ref$timeout === undefined ? 0 : _ref$timeout;
188
-
189
- if (body == null) {
190
- // body is undefined or null
191
- body = null;
192
- } else if (isURLSearchParams(body)) {
193
- // body is a URLSearchParams
194
- body = Buffer.from(body.toString());
195
- } else if (isBlob(body)) ; else if (Buffer.isBuffer(body)) ; else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') {
196
- // body is ArrayBuffer
197
- body = Buffer.from(body);
198
- } else if (ArrayBuffer.isView(body)) {
199
- // body is ArrayBufferView
200
- body = Buffer.from(body.buffer, body.byteOffset, body.byteLength);
201
- } else if (body instanceof Stream) ; else {
202
- // none of the above
203
- // coerce to string then buffer
204
- body = Buffer.from(String(body));
205
- }
206
- this[INTERNALS] = {
207
- body,
208
- disturbed: false,
209
- error: null
210
- };
211
- this.size = size;
212
- this.timeout = timeout;
213
-
214
- if (body instanceof Stream) {
215
- body.on('error', function (err) {
216
- const error = err.name === 'AbortError' ? err : new FetchError(`Invalid response body while trying to fetch ${_this.url}: ${err.message}`, 'system', err);
217
- _this[INTERNALS].error = error;
218
- });
219
- }
220
- }
221
-
222
- Body.prototype = {
223
- get body() {
224
- return this[INTERNALS].body;
225
- },
226
-
227
- get bodyUsed() {
228
- return this[INTERNALS].disturbed;
229
- },
230
-
231
- /**
232
- * Decode response as ArrayBuffer
233
- *
234
- * @return Promise
235
- */
236
- arrayBuffer() {
237
- return consumeBody.call(this).then(function (buf) {
238
- return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);
239
- });
240
- },
241
-
242
- /**
243
- * Return raw response as Blob
244
- *
245
- * @return Promise
246
- */
247
- blob() {
248
- let ct = this.headers && this.headers.get('content-type') || '';
249
- return consumeBody.call(this).then(function (buf) {
250
- return Object.assign(
251
- // Prevent copying
252
- new Blob([], {
253
- type: ct.toLowerCase()
254
- }), {
255
- [BUFFER]: buf
256
- });
257
- });
258
- },
259
-
260
- /**
261
- * Decode response as json
262
- *
263
- * @return Promise
264
- */
265
- json() {
266
- var _this2 = this;
267
-
268
- return consumeBody.call(this).then(function (buffer) {
269
- try {
270
- return JSON.parse(buffer.toString());
271
- } catch (err) {
272
- return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json'));
273
- }
274
- });
275
- },
276
-
277
- /**
278
- * Decode response as text
279
- *
280
- * @return Promise
281
- */
282
- text() {
283
- return consumeBody.call(this).then(function (buffer) {
284
- return buffer.toString();
285
- });
286
- },
287
-
288
- /**
289
- * Decode response as buffer (non-spec api)
290
- *
291
- * @return Promise
292
- */
293
- buffer() {
294
- return consumeBody.call(this);
295
- },
296
-
297
- /**
298
- * Decode response as text, while automatically detecting the encoding and
299
- * trying to decode to UTF-8 (non-spec api)
300
- *
301
- * @return Promise
302
- */
303
- textConverted() {
304
- var _this3 = this;
305
-
306
- return consumeBody.call(this).then(function (buffer) {
307
- return convertBody(buffer, _this3.headers);
308
- });
309
- }
310
- };
311
-
312
- // In browsers, all properties are enumerable.
313
- Object.defineProperties(Body.prototype, {
314
- body: { enumerable: true },
315
- bodyUsed: { enumerable: true },
316
- arrayBuffer: { enumerable: true },
317
- blob: { enumerable: true },
318
- json: { enumerable: true },
319
- text: { enumerable: true }
320
- });
321
-
322
- Body.mixIn = function (proto) {
323
- for (const name of Object.getOwnPropertyNames(Body.prototype)) {
324
- // istanbul ignore else: future proof
325
- if (!(name in proto)) {
326
- const desc = Object.getOwnPropertyDescriptor(Body.prototype, name);
327
- Object.defineProperty(proto, name, desc);
328
- }
329
- }
330
- };
331
-
332
- /**
333
- * Consume and convert an entire Body to a Buffer.
334
- *
335
- * Ref: https://fetch.spec.whatwg.org/#concept-body-consume-body
336
- *
337
- * @return Promise
338
- */
339
- function consumeBody() {
340
- var _this4 = this;
341
-
342
- if (this[INTERNALS].disturbed) {
343
- return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`));
344
- }
345
-
346
- this[INTERNALS].disturbed = true;
347
-
348
- if (this[INTERNALS].error) {
349
- return Body.Promise.reject(this[INTERNALS].error);
350
- }
351
-
352
- let body = this.body;
353
-
354
- // body is null
355
- if (body === null) {
356
- return Body.Promise.resolve(Buffer.alloc(0));
357
- }
358
-
359
- // body is blob
360
- if (isBlob(body)) {
361
- body = body.stream();
362
- }
363
-
364
- // body is buffer
365
- if (Buffer.isBuffer(body)) {
366
- return Body.Promise.resolve(body);
367
- }
368
-
369
- // istanbul ignore if: should never happen
370
- if (!(body instanceof Stream)) {
371
- return Body.Promise.resolve(Buffer.alloc(0));
372
- }
373
-
374
- // body is stream
375
- // get ready to actually consume the body
376
- let accum = [];
377
- let accumBytes = 0;
378
- let abort = false;
379
-
380
- return new Body.Promise(function (resolve, reject) {
381
- let resTimeout;
382
-
383
- // allow timeout on slow response body
384
- if (_this4.timeout) {
385
- resTimeout = setTimeout(function () {
386
- abort = true;
387
- reject(new FetchError(`Response timeout while trying to fetch ${_this4.url} (over ${_this4.timeout}ms)`, 'body-timeout'));
388
- }, _this4.timeout);
389
- }
390
-
391
- // handle stream errors
392
- body.on('error', function (err) {
393
- if (err.name === 'AbortError') {
394
- // if the request was aborted, reject with this Error
395
- abort = true;
396
- reject(err);
397
- } else {
398
- // other errors, such as incorrect content-encoding
399
- reject(new FetchError(`Invalid response body while trying to fetch ${_this4.url}: ${err.message}`, 'system', err));
400
- }
401
- });
402
-
403
- body.on('data', function (chunk) {
404
- if (abort || chunk === null) {
405
- return;
406
- }
407
-
408
- if (_this4.size && accumBytes + chunk.length > _this4.size) {
409
- abort = true;
410
- reject(new FetchError(`content size at ${_this4.url} over limit: ${_this4.size}`, 'max-size'));
411
- return;
412
- }
413
-
414
- accumBytes += chunk.length;
415
- accum.push(chunk);
416
- });
417
-
418
- body.on('end', function () {
419
- if (abort) {
420
- return;
421
- }
422
-
423
- clearTimeout(resTimeout);
424
-
425
- try {
426
- resolve(Buffer.concat(accum, accumBytes));
427
- } catch (err) {
428
- // handle streams that have accumulated too much data (issue #414)
429
- reject(new FetchError(`Could not create Buffer from response body for ${_this4.url}: ${err.message}`, 'system', err));
430
- }
431
- });
432
- });
433
- }
434
-
435
- /**
436
- * Detect buffer encoding and convert to target encoding
437
- * ref: http://www.w3.org/TR/2011/WD-html5-20110113/parsing.html#determining-the-character-encoding
438
- *
439
- * @param Buffer buffer Incoming buffer
440
- * @param String encoding Target encoding
441
- * @return String
442
- */
443
- function convertBody(buffer, headers) {
444
- if (typeof convert !== 'function') {
445
- throw new Error('The package `encoding` must be installed to use the textConverted() function');
446
- }
447
-
448
- const ct = headers.get('content-type');
449
- let charset = 'utf-8';
450
- let res, str;
451
-
452
- // header
453
- if (ct) {
454
- res = /charset=([^;]*)/i.exec(ct);
455
- }
456
-
457
- // no charset in content type, peek at response body for at most 1024 bytes
458
- str = buffer.slice(0, 1024).toString();
459
-
460
- // html5
461
- if (!res && str) {
462
- res = /<meta.+?charset=(['"])(.+?)\1/i.exec(str);
463
- }
464
-
465
- // html4
466
- if (!res && str) {
467
- res = /<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(str);
468
- if (!res) {
469
- res = /<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(str);
470
- if (res) {
471
- res.pop(); // drop last quote
472
- }
473
- }
474
-
475
- if (res) {
476
- res = /charset=(.*)/i.exec(res.pop());
477
- }
478
- }
479
-
480
- // xml
481
- if (!res && str) {
482
- res = /<\?xml.+?encoding=(['"])(.+?)\1/i.exec(str);
483
- }
484
-
485
- // found charset
486
- if (res) {
487
- charset = res.pop();
488
-
489
- // prevent decode issues when sites use incorrect encoding
490
- // ref: https://hsivonen.fi/encoding-menu/
491
- if (charset === 'gb2312' || charset === 'gbk') {
492
- charset = 'gb18030';
493
- }
494
- }
495
-
496
- // turn raw buffers into a single utf-8 buffer
497
- return convert(buffer, 'UTF-8', charset).toString();
498
- }
499
-
500
- /**
501
- * Detect a URLSearchParams object
502
- * ref: https://github.com/bitinn/node-fetch/issues/296#issuecomment-307598143
503
- *
504
- * @param Object obj Object to detect by type or brand
505
- * @return String
506
- */
507
- function isURLSearchParams(obj) {
508
- // Duck-typing as a necessary condition.
509
- if (typeof obj !== 'object' || typeof obj.append !== 'function' || typeof obj.delete !== 'function' || typeof obj.get !== 'function' || typeof obj.getAll !== 'function' || typeof obj.has !== 'function' || typeof obj.set !== 'function') {
510
- return false;
511
- }
512
-
513
- // Brand-checking and more duck-typing as optional condition.
514
- return obj.constructor.name === 'URLSearchParams' || Object.prototype.toString.call(obj) === '[object URLSearchParams]' || typeof obj.sort === 'function';
515
- }
516
-
517
- /**
518
- * Check if `obj` is a W3C `Blob` object (which `File` inherits from)
519
- * @param {*} obj
520
- * @return {boolean}
521
- */
522
- function isBlob(obj) {
523
- return typeof obj === 'object' && typeof obj.arrayBuffer === 'function' && typeof obj.type === 'string' && typeof obj.stream === 'function' && typeof obj.constructor === 'function' && typeof obj.constructor.name === 'string' && /^(Blob|File)$/.test(obj.constructor.name) && /^(Blob|File)$/.test(obj[Symbol.toStringTag]);
524
- }
525
-
526
- /**
527
- * Clone body given Res/Req instance
528
- *
529
- * @param Mixed instance Response or Request instance
530
- * @return Mixed
531
- */
532
- function clone(instance) {
533
- let p1, p2;
534
- let body = instance.body;
535
-
536
- // don't allow cloning a used body
537
- if (instance.bodyUsed) {
538
- throw new Error('cannot clone body after it is used');
539
- }
540
-
541
- // check that body is a stream and not form-data object
542
- // note: we can't clone the form-data object without having it as a dependency
543
- if (body instanceof Stream && typeof body.getBoundary !== 'function') {
544
- // tee instance body
545
- p1 = new PassThrough();
546
- p2 = new PassThrough();
547
- body.pipe(p1);
548
- body.pipe(p2);
549
- // set instance body to teed body and return the other teed body
550
- instance[INTERNALS].body = p1;
551
- body = p2;
552
- }
553
-
554
- return body;
555
- }
556
-
557
- /**
558
- * Performs the operation "extract a `Content-Type` value from |object|" as
559
- * specified in the specification:
560
- * https://fetch.spec.whatwg.org/#concept-bodyinit-extract
561
- *
562
- * This function assumes that instance.body is present.
563
- *
564
- * @param Mixed instance Any options.body input
565
- */
566
- function extractContentType(body) {
567
- if (body === null) {
568
- // body is null
569
- return null;
570
- } else if (typeof body === 'string') {
571
- // body is string
572
- return 'text/plain;charset=UTF-8';
573
- } else if (isURLSearchParams(body)) {
574
- // body is a URLSearchParams
575
- return 'application/x-www-form-urlencoded;charset=UTF-8';
576
- } else if (isBlob(body)) {
577
- // body is blob
578
- return body.type || null;
579
- } else if (Buffer.isBuffer(body)) {
580
- // body is buffer
581
- return null;
582
- } else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') {
583
- // body is ArrayBuffer
584
- return null;
585
- } else if (ArrayBuffer.isView(body)) {
586
- // body is ArrayBufferView
587
- return null;
588
- } else if (typeof body.getBoundary === 'function') {
589
- // detect form data input from form-data module
590
- return `multipart/form-data;boundary=${body.getBoundary()}`;
591
- } else if (body instanceof Stream) {
592
- // body is stream
593
- // can't really do much about this
594
- return null;
595
- } else {
596
- // Body constructor defaults other things to string
597
- return 'text/plain;charset=UTF-8';
598
- }
599
- }
600
-
601
- /**
602
- * The Fetch Standard treats this as if "total bytes" is a property on the body.
603
- * For us, we have to explicitly get it with a function.
604
- *
605
- * ref: https://fetch.spec.whatwg.org/#concept-body-total-bytes
606
- *
607
- * @param Body instance Instance of Body
608
- * @return Number? Number of bytes, or null if not possible
609
- */
610
- function getTotalBytes(instance) {
611
- const body = instance.body;
612
-
613
-
614
- if (body === null) {
615
- // body is null
616
- return 0;
617
- } else if (isBlob(body)) {
618
- return body.size;
619
- } else if (Buffer.isBuffer(body)) {
620
- // body is buffer
621
- return body.length;
622
- } else if (body && typeof body.getLengthSync === 'function') {
623
- // detect form data input from form-data module
624
- if (body._lengthRetrievers && body._lengthRetrievers.length == 0 || // 1.x
625
- body.hasKnownLength && body.hasKnownLength()) {
626
- // 2.x
627
- return body.getLengthSync();
628
- }
629
- return null;
630
- } else {
631
- // body is stream
632
- return null;
633
- }
634
- }
635
-
636
- /**
637
- * Write a Body to a Node.js WritableStream (e.g. http.Request) object.
638
- *
639
- * @param Body instance Instance of Body
640
- * @return Void
641
- */
642
- function writeToStream(dest, instance) {
643
- const body = instance.body;
644
-
645
-
646
- if (body === null) {
647
- // body is null
648
- dest.end();
649
- } else if (isBlob(body)) {
650
- body.stream().pipe(dest);
651
- } else if (Buffer.isBuffer(body)) {
652
- // body is buffer
653
- dest.write(body);
654
- dest.end();
655
- } else {
656
- // body is stream
657
- body.pipe(dest);
658
- }
659
- }
660
-
661
- // expose Promise
662
- Body.Promise = global.Promise;
663
-
664
- /**
665
- * headers.js
666
- *
667
- * Headers class offers convenient helpers
668
- */
669
-
670
- const invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
671
- const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
672
-
673
- function validateName(name) {
674
- name = `${name}`;
675
- if (invalidTokenRegex.test(name) || name === '') {
676
- throw new TypeError(`${name} is not a legal HTTP header name`);
677
- }
678
- }
679
-
680
- function validateValue(value) {
681
- value = `${value}`;
682
- if (invalidHeaderCharRegex.test(value)) {
683
- throw new TypeError(`${value} is not a legal HTTP header value`);
684
- }
685
- }
686
-
687
- /**
688
- * Find the key in the map object given a header name.
689
- *
690
- * Returns undefined if not found.
691
- *
692
- * @param String name Header name
693
- * @return String|Undefined
694
- */
695
- function find(map, name) {
696
- name = name.toLowerCase();
697
- for (const key in map) {
698
- if (key.toLowerCase() === name) {
699
- return key;
700
- }
701
- }
702
- return undefined;
703
- }
704
-
705
- const MAP = Symbol('map');
706
- class Headers {
707
- /**
708
- * Headers class
709
- *
710
- * @param Object headers Response headers
711
- * @return Void
712
- */
713
- constructor() {
714
- let init = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined;
715
-
716
- this[MAP] = Object.create(null);
717
-
718
- if (init instanceof Headers) {
719
- const rawHeaders = init.raw();
720
- const headerNames = Object.keys(rawHeaders);
721
-
722
- for (const headerName of headerNames) {
723
- for (const value of rawHeaders[headerName]) {
724
- this.append(headerName, value);
725
- }
726
- }
727
-
728
- return;
729
- }
730
-
731
- // We don't worry about converting prop to ByteString here as append()
732
- // will handle it.
733
- if (init == null) ; else if (typeof init === 'object') {
734
- const method = init[Symbol.iterator];
735
- if (method != null) {
736
- if (typeof method !== 'function') {
737
- throw new TypeError('Header pairs must be iterable');
738
- }
739
-
740
- // sequence<sequence<ByteString>>
741
- // Note: per spec we have to first exhaust the lists then process them
742
- const pairs = [];
743
- for (const pair of init) {
744
- if (typeof pair !== 'object' || typeof pair[Symbol.iterator] !== 'function') {
745
- throw new TypeError('Each header pair must be iterable');
746
- }
747
- pairs.push(Array.from(pair));
748
- }
749
-
750
- for (const pair of pairs) {
751
- if (pair.length !== 2) {
752
- throw new TypeError('Each header pair must be a name/value tuple');
753
- }
754
- this.append(pair[0], pair[1]);
755
- }
756
- } else {
757
- // record<ByteString, ByteString>
758
- for (const key of Object.keys(init)) {
759
- const value = init[key];
760
- this.append(key, value);
761
- }
762
- }
763
- } else {
764
- throw new TypeError('Provided initializer must be an object');
765
- }
766
- }
767
-
768
- /**
769
- * Return combined header value given name
770
- *
771
- * @param String name Header name
772
- * @return Mixed
773
- */
774
- get(name) {
775
- name = `${name}`;
776
- validateName(name);
777
- const key = find(this[MAP], name);
778
- if (key === undefined) {
779
- return null;
780
- }
781
-
782
- return this[MAP][key].join(', ');
783
- }
784
-
785
- /**
786
- * Iterate over all headers
787
- *
788
- * @param Function callback Executed for each item with parameters (value, name, thisArg)
789
- * @param Boolean thisArg `this` context for callback function
790
- * @return Void
791
- */
792
- forEach(callback) {
793
- let thisArg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined;
794
-
795
- let pairs = getHeaders(this);
796
- let i = 0;
797
- while (i < pairs.length) {
798
- var _pairs$i = pairs[i];
799
- const name = _pairs$i[0],
800
- value = _pairs$i[1];
801
-
802
- callback.call(thisArg, value, name, this);
803
- pairs = getHeaders(this);
804
- i++;
805
- }
806
- }
807
-
808
- /**
809
- * Overwrite header values given name
810
- *
811
- * @param String name Header name
812
- * @param String value Header value
813
- * @return Void
814
- */
815
- set(name, value) {
816
- name = `${name}`;
817
- value = `${value}`;
818
- validateName(name);
819
- validateValue(value);
820
- const key = find(this[MAP], name);
821
- this[MAP][key !== undefined ? key : name] = [value];
822
- }
823
-
824
- /**
825
- * Append a value onto existing header
826
- *
827
- * @param String name Header name
828
- * @param String value Header value
829
- * @return Void
830
- */
831
- append(name, value) {
832
- name = `${name}`;
833
- value = `${value}`;
834
- validateName(name);
835
- validateValue(value);
836
- const key = find(this[MAP], name);
837
- if (key !== undefined) {
838
- this[MAP][key].push(value);
839
- } else {
840
- this[MAP][name] = [value];
841
- }
842
- }
843
-
844
- /**
845
- * Check for header name existence
846
- *
847
- * @param String name Header name
848
- * @return Boolean
849
- */
850
- has(name) {
851
- name = `${name}`;
852
- validateName(name);
853
- return find(this[MAP], name) !== undefined;
854
- }
855
-
856
- /**
857
- * Delete all header values given name
858
- *
859
- * @param String name Header name
860
- * @return Void
861
- */
862
- delete(name) {
863
- name = `${name}`;
864
- validateName(name);
865
- const key = find(this[MAP], name);
866
- if (key !== undefined) {
867
- delete this[MAP][key];
868
- }
869
- }
870
-
871
- /**
872
- * Return raw headers (non-spec api)
873
- *
874
- * @return Object
875
- */
876
- raw() {
877
- return this[MAP];
878
- }
879
-
880
- /**
881
- * Get an iterator on keys.
882
- *
883
- * @return Iterator
884
- */
885
- keys() {
886
- return createHeadersIterator(this, 'key');
887
- }
888
-
889
- /**
890
- * Get an iterator on values.
891
- *
892
- * @return Iterator
893
- */
894
- values() {
895
- return createHeadersIterator(this, 'value');
896
- }
897
-
898
- /**
899
- * Get an iterator on entries.
900
- *
901
- * This is the default iterator of the Headers object.
902
- *
903
- * @return Iterator
904
- */
905
- [Symbol.iterator]() {
906
- return createHeadersIterator(this, 'key+value');
907
- }
908
- }
909
- Headers.prototype.entries = Headers.prototype[Symbol.iterator];
910
-
911
- Object.defineProperty(Headers.prototype, Symbol.toStringTag, {
912
- value: 'Headers',
913
- writable: false,
914
- enumerable: false,
915
- configurable: true
916
- });
917
-
918
- Object.defineProperties(Headers.prototype, {
919
- get: { enumerable: true },
920
- forEach: { enumerable: true },
921
- set: { enumerable: true },
922
- append: { enumerable: true },
923
- has: { enumerable: true },
924
- delete: { enumerable: true },
925
- keys: { enumerable: true },
926
- values: { enumerable: true },
927
- entries: { enumerable: true }
928
- });
929
-
930
- function getHeaders(headers) {
931
- let kind = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'key+value';
932
-
933
- const keys = Object.keys(headers[MAP]).sort();
934
- return keys.map(kind === 'key' ? function (k) {
935
- return k.toLowerCase();
936
- } : kind === 'value' ? function (k) {
937
- return headers[MAP][k].join(', ');
938
- } : function (k) {
939
- return [k.toLowerCase(), headers[MAP][k].join(', ')];
940
- });
941
- }
942
-
943
- const INTERNAL = Symbol('internal');
944
-
945
- function createHeadersIterator(target, kind) {
946
- const iterator = Object.create(HeadersIteratorPrototype);
947
- iterator[INTERNAL] = {
948
- target,
949
- kind,
950
- index: 0
951
- };
952
- return iterator;
953
- }
954
-
955
- const HeadersIteratorPrototype = Object.setPrototypeOf({
956
- next() {
957
- // istanbul ignore if
958
- if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
959
- throw new TypeError('Value of `this` is not a HeadersIterator');
960
- }
961
-
962
- var _INTERNAL = this[INTERNAL];
963
- const target = _INTERNAL.target,
964
- kind = _INTERNAL.kind,
965
- index = _INTERNAL.index;
966
-
967
- const values = getHeaders(target, kind);
968
- const len = values.length;
969
- if (index >= len) {
970
- return {
971
- value: undefined,
972
- done: true
973
- };
974
- }
975
-
976
- this[INTERNAL].index = index + 1;
977
-
978
- return {
979
- value: values[index],
980
- done: false
981
- };
982
- }
983
- }, Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));
984
-
985
- Object.defineProperty(HeadersIteratorPrototype, Symbol.toStringTag, {
986
- value: 'HeadersIterator',
987
- writable: false,
988
- enumerable: false,
989
- configurable: true
990
- });
991
-
992
- /**
993
- * Export the Headers object in a form that Node.js can consume.
994
- *
995
- * @param Headers headers
996
- * @return Object
997
- */
998
- function exportNodeCompatibleHeaders(headers) {
999
- const obj = Object.assign({ __proto__: null }, headers[MAP]);
1000
-
1001
- // http.request() only supports string as Host header. This hack makes
1002
- // specifying custom Host header possible.
1003
- const hostHeaderKey = find(headers[MAP], 'Host');
1004
- if (hostHeaderKey !== undefined) {
1005
- obj[hostHeaderKey] = obj[hostHeaderKey][0];
1006
- }
1007
-
1008
- return obj;
1009
- }
1010
-
1011
- /**
1012
- * Create a Headers object from an object of headers, ignoring those that do
1013
- * not conform to HTTP grammar productions.
1014
- *
1015
- * @param Object obj Object of headers
1016
- * @return Headers
1017
- */
1018
- function createHeadersLenient(obj) {
1019
- const headers = new Headers();
1020
- for (const name of Object.keys(obj)) {
1021
- if (invalidTokenRegex.test(name)) {
1022
- continue;
1023
- }
1024
- if (Array.isArray(obj[name])) {
1025
- for (const val of obj[name]) {
1026
- if (invalidHeaderCharRegex.test(val)) {
1027
- continue;
1028
- }
1029
- if (headers[MAP][name] === undefined) {
1030
- headers[MAP][name] = [val];
1031
- } else {
1032
- headers[MAP][name].push(val);
1033
- }
1034
- }
1035
- } else if (!invalidHeaderCharRegex.test(obj[name])) {
1036
- headers[MAP][name] = [obj[name]];
1037
- }
1038
- }
1039
- return headers;
1040
- }
1041
-
1042
- const INTERNALS$1 = Symbol('Response internals');
1043
-
1044
- // fix an issue where "STATUS_CODES" aren't a named export for node <10
1045
- const STATUS_CODES = http.STATUS_CODES;
1046
-
1047
- /**
1048
- * Response class
1049
- *
1050
- * @param Stream body Readable stream
1051
- * @param Object opts Response options
1052
- * @return Void
1053
- */
1054
- class Response {
1055
- constructor() {
1056
- let body = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
1057
- let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1058
-
1059
- Body.call(this, body, opts);
1060
-
1061
- const status = opts.status || 200;
1062
- const headers = new Headers(opts.headers);
1063
-
1064
- if (body != null && !headers.has('Content-Type')) {
1065
- const contentType = extractContentType(body);
1066
- if (contentType) {
1067
- headers.append('Content-Type', contentType);
1068
- }
1069
- }
1070
-
1071
- this[INTERNALS$1] = {
1072
- url: opts.url,
1073
- status,
1074
- statusText: opts.statusText || STATUS_CODES[status],
1075
- headers,
1076
- counter: opts.counter
1077
- };
1078
- }
1079
-
1080
- get url() {
1081
- return this[INTERNALS$1].url || '';
1082
- }
1083
-
1084
- get status() {
1085
- return this[INTERNALS$1].status;
1086
- }
1087
-
1088
- /**
1089
- * Convenience property representing if the request ended normally
1090
- */
1091
- get ok() {
1092
- return this[INTERNALS$1].status >= 200 && this[INTERNALS$1].status < 300;
1093
- }
1094
-
1095
- get redirected() {
1096
- return this[INTERNALS$1].counter > 0;
1097
- }
1098
-
1099
- get statusText() {
1100
- return this[INTERNALS$1].statusText;
1101
- }
1102
-
1103
- get headers() {
1104
- return this[INTERNALS$1].headers;
1105
- }
1106
-
1107
- /**
1108
- * Clone this response
1109
- *
1110
- * @return Response
1111
- */
1112
- clone() {
1113
- return new Response(clone(this), {
1114
- url: this.url,
1115
- status: this.status,
1116
- statusText: this.statusText,
1117
- headers: this.headers,
1118
- ok: this.ok,
1119
- redirected: this.redirected
1120
- });
1121
- }
1122
- }
1123
-
1124
- Body.mixIn(Response.prototype);
1125
-
1126
- Object.defineProperties(Response.prototype, {
1127
- url: { enumerable: true },
1128
- status: { enumerable: true },
1129
- ok: { enumerable: true },
1130
- redirected: { enumerable: true },
1131
- statusText: { enumerable: true },
1132
- headers: { enumerable: true },
1133
- clone: { enumerable: true }
1134
- });
1135
-
1136
- Object.defineProperty(Response.prototype, Symbol.toStringTag, {
1137
- value: 'Response',
1138
- writable: false,
1139
- enumerable: false,
1140
- configurable: true
1141
- });
1142
-
1143
- const INTERNALS$2 = Symbol('Request internals');
1144
-
1145
- // fix an issue where "format", "parse" aren't a named export for node <10
1146
- const parse_url = Url.parse;
1147
- const format_url = Url.format;
1148
-
1149
- const streamDestructionSupported = 'destroy' in Stream.Readable.prototype;
1150
-
1151
- /**
1152
- * Check if a value is an instance of Request.
1153
- *
1154
- * @param Mixed input
1155
- * @return Boolean
1156
- */
1157
- function isRequest(input) {
1158
- return typeof input === 'object' && typeof input[INTERNALS$2] === 'object';
1159
- }
1160
-
1161
- function isAbortSignal(signal) {
1162
- const proto = signal && typeof signal === 'object' && Object.getPrototypeOf(signal);
1163
- return !!(proto && proto.constructor.name === 'AbortSignal');
1164
- }
1165
-
1166
- /**
1167
- * Request class
1168
- *
1169
- * @param Mixed input Url or Request instance
1170
- * @param Object init Custom options
1171
- * @return Void
1172
- */
1173
- class Request {
1174
- constructor(input) {
1175
- let init = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1176
-
1177
- let parsedURL;
1178
-
1179
- // normalize input
1180
- if (!isRequest(input)) {
1181
- if (input && input.href) {
1182
- // in order to support Node.js' Url objects; though WHATWG's URL objects
1183
- // will fall into this branch also (since their `toString()` will return
1184
- // `href` property anyway)
1185
- parsedURL = parse_url(input.href);
1186
- } else {
1187
- // coerce input to a string before attempting to parse
1188
- parsedURL = parse_url(`${input}`);
1189
- }
1190
- input = {};
1191
- } else {
1192
- parsedURL = parse_url(input.url);
1193
- }
1194
-
1195
- let method = init.method || input.method || 'GET';
1196
- method = method.toUpperCase();
1197
-
1198
- if ((init.body != null || isRequest(input) && input.body !== null) && (method === 'GET' || method === 'HEAD')) {
1199
- throw new TypeError('Request with GET/HEAD method cannot have body');
1200
- }
1201
-
1202
- let inputBody = init.body != null ? init.body : isRequest(input) && input.body !== null ? clone(input) : null;
1203
-
1204
- Body.call(this, inputBody, {
1205
- timeout: init.timeout || input.timeout || 0,
1206
- size: init.size || input.size || 0
1207
- });
1208
-
1209
- const headers = new Headers(init.headers || input.headers || {});
1210
-
1211
- if (inputBody != null && !headers.has('Content-Type')) {
1212
- const contentType = extractContentType(inputBody);
1213
- if (contentType) {
1214
- headers.append('Content-Type', contentType);
1215
- }
1216
- }
1217
-
1218
- let signal = isRequest(input) ? input.signal : null;
1219
- if ('signal' in init) signal = init.signal;
1220
-
1221
- if (signal != null && !isAbortSignal(signal)) {
1222
- throw new TypeError('Expected signal to be an instanceof AbortSignal');
1223
- }
1224
-
1225
- this[INTERNALS$2] = {
1226
- method,
1227
- redirect: init.redirect || input.redirect || 'follow',
1228
- headers,
1229
- parsedURL,
1230
- signal
1231
- };
1232
-
1233
- // node-fetch-only options
1234
- this.follow = init.follow !== undefined ? init.follow : input.follow !== undefined ? input.follow : 20;
1235
- this.compress = init.compress !== undefined ? init.compress : input.compress !== undefined ? input.compress : true;
1236
- this.counter = init.counter || input.counter || 0;
1237
- this.agent = init.agent || input.agent;
1238
- }
1239
-
1240
- get method() {
1241
- return this[INTERNALS$2].method;
1242
- }
1243
-
1244
- get url() {
1245
- return format_url(this[INTERNALS$2].parsedURL);
1246
- }
1247
-
1248
- get headers() {
1249
- return this[INTERNALS$2].headers;
1250
- }
1251
-
1252
- get redirect() {
1253
- return this[INTERNALS$2].redirect;
1254
- }
1255
-
1256
- get signal() {
1257
- return this[INTERNALS$2].signal;
1258
- }
1259
-
1260
- /**
1261
- * Clone this request
1262
- *
1263
- * @return Request
1264
- */
1265
- clone() {
1266
- return new Request(this);
1267
- }
1268
- }
1269
-
1270
- Body.mixIn(Request.prototype);
1271
-
1272
- Object.defineProperty(Request.prototype, Symbol.toStringTag, {
1273
- value: 'Request',
1274
- writable: false,
1275
- enumerable: false,
1276
- configurable: true
1277
- });
1278
-
1279
- Object.defineProperties(Request.prototype, {
1280
- method: { enumerable: true },
1281
- url: { enumerable: true },
1282
- headers: { enumerable: true },
1283
- redirect: { enumerable: true },
1284
- clone: { enumerable: true },
1285
- signal: { enumerable: true }
1286
- });
1287
-
1288
- /**
1289
- * Convert a Request to Node.js http request options.
1290
- *
1291
- * @param Request A Request instance
1292
- * @return Object The options object to be passed to http.request
1293
- */
1294
- function getNodeRequestOptions(request) {
1295
- const parsedURL = request[INTERNALS$2].parsedURL;
1296
- const headers = new Headers(request[INTERNALS$2].headers);
1297
-
1298
- // fetch step 1.3
1299
- if (!headers.has('Accept')) {
1300
- headers.set('Accept', '*/*');
1301
- }
1302
-
1303
- // Basic fetch
1304
- if (!parsedURL.protocol || !parsedURL.hostname) {
1305
- throw new TypeError('Only absolute URLs are supported');
1306
- }
1307
-
1308
- if (!/^https?:$/.test(parsedURL.protocol)) {
1309
- throw new TypeError('Only HTTP(S) protocols are supported');
1310
- }
1311
-
1312
- if (request.signal && request.body instanceof Stream.Readable && !streamDestructionSupported) {
1313
- throw new Error('Cancellation of streamed requests with AbortSignal is not supported in node < 8');
1314
- }
1315
-
1316
- // HTTP-network-or-cache fetch steps 2.4-2.7
1317
- let contentLengthValue = null;
1318
- if (request.body == null && /^(POST|PUT)$/i.test(request.method)) {
1319
- contentLengthValue = '0';
1320
- }
1321
- if (request.body != null) {
1322
- const totalBytes = getTotalBytes(request);
1323
- if (typeof totalBytes === 'number') {
1324
- contentLengthValue = String(totalBytes);
1325
- }
1326
- }
1327
- if (contentLengthValue) {
1328
- headers.set('Content-Length', contentLengthValue);
1329
- }
1330
-
1331
- // HTTP-network-or-cache fetch step 2.11
1332
- if (!headers.has('User-Agent')) {
1333
- headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)');
1334
- }
1335
-
1336
- // HTTP-network-or-cache fetch step 2.15
1337
- if (request.compress && !headers.has('Accept-Encoding')) {
1338
- headers.set('Accept-Encoding', 'gzip,deflate');
1339
- }
1340
-
1341
- let agent = request.agent;
1342
- if (typeof agent === 'function') {
1343
- agent = agent(parsedURL);
1344
- }
1345
-
1346
- if (!headers.has('Connection') && !agent) {
1347
- headers.set('Connection', 'close');
1348
- }
1349
-
1350
- // HTTP-network fetch step 4.2
1351
- // chunked encoding is handled by Node.js
1352
-
1353
- return Object.assign({}, parsedURL, {
1354
- method: request.method,
1355
- headers: exportNodeCompatibleHeaders(headers),
1356
- agent
1357
- });
1358
- }
1359
-
1360
- /**
1361
- * abort-error.js
1362
- *
1363
- * AbortError interface for cancelled requests
1364
- */
1365
-
1366
- /**
1367
- * Create AbortError instance
1368
- *
1369
- * @param String message Error message for human
1370
- * @return AbortError
1371
- */
1372
- function AbortError(message) {
1373
- Error.call(this, message);
1374
-
1375
- this.type = 'aborted';
1376
- this.message = message;
1377
-
1378
- // hide custom error implementation details from end-users
1379
- Error.captureStackTrace(this, this.constructor);
1380
- }
1381
-
1382
- AbortError.prototype = Object.create(Error.prototype);
1383
- AbortError.prototype.constructor = AbortError;
1384
- AbortError.prototype.name = 'AbortError';
1385
-
1386
- // fix an issue where "PassThrough", "resolve" aren't a named export for node <10
1387
- const PassThrough$1 = Stream.PassThrough;
1388
- const resolve_url = Url.resolve;
1389
-
1390
- /**
1391
- * Fetch function
1392
- *
1393
- * @param Mixed url Absolute url or Request instance
1394
- * @param Object opts Fetch options
1395
- * @return Promise
1396
- */
1397
- function fetch(url, opts) {
1398
-
1399
- // allow custom promise
1400
- if (!fetch.Promise) {
1401
- throw new Error('native promise missing, set fetch.Promise to your favorite alternative');
1402
- }
1403
-
1404
- Body.Promise = fetch.Promise;
1405
-
1406
- // wrap http.request into fetch
1407
- return new fetch.Promise(function (resolve, reject) {
1408
- // build request object
1409
- const request = new Request(url, opts);
1410
- const options = getNodeRequestOptions(request);
1411
-
1412
- const send = (options.protocol === 'https:' ? https : http).request;
1413
- const signal = request.signal;
1414
-
1415
- let response = null;
1416
-
1417
- const abort = function abort() {
1418
- let error = new AbortError('The user aborted a request.');
1419
- reject(error);
1420
- if (request.body && request.body instanceof Stream.Readable) {
1421
- request.body.destroy(error);
1422
- }
1423
- if (!response || !response.body) return;
1424
- response.body.emit('error', error);
1425
- };
1426
-
1427
- if (signal && signal.aborted) {
1428
- abort();
1429
- return;
1430
- }
1431
-
1432
- const abortAndFinalize = function abortAndFinalize() {
1433
- abort();
1434
- finalize();
1435
- };
1436
-
1437
- // send request
1438
- const req = send(options);
1439
- let reqTimeout;
1440
-
1441
- if (signal) {
1442
- signal.addEventListener('abort', abortAndFinalize);
1443
- }
1444
-
1445
- function finalize() {
1446
- req.abort();
1447
- if (signal) signal.removeEventListener('abort', abortAndFinalize);
1448
- clearTimeout(reqTimeout);
1449
- }
1450
-
1451
- if (request.timeout) {
1452
- req.once('socket', function (socket) {
1453
- reqTimeout = setTimeout(function () {
1454
- reject(new FetchError(`network timeout at: ${request.url}`, 'request-timeout'));
1455
- finalize();
1456
- }, request.timeout);
1457
- });
1458
- }
1459
-
1460
- req.on('error', function (err) {
1461
- reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err));
1462
- finalize();
1463
- });
1464
-
1465
- req.on('response', function (res) {
1466
- clearTimeout(reqTimeout);
1467
-
1468
- const headers = createHeadersLenient(res.headers);
1469
-
1470
- // HTTP fetch step 5
1471
- if (fetch.isRedirect(res.statusCode)) {
1472
- // HTTP fetch step 5.2
1473
- const location = headers.get('Location');
1474
-
1475
- // HTTP fetch step 5.3
1476
- const locationURL = location === null ? null : resolve_url(request.url, location);
1477
-
1478
- // HTTP fetch step 5.5
1479
- switch (request.redirect) {
1480
- case 'error':
1481
- reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect'));
1482
- finalize();
1483
- return;
1484
- case 'manual':
1485
- // node-fetch-specific step: make manual redirect a bit easier to use by setting the Location header value to the resolved URL.
1486
- if (locationURL !== null) {
1487
- // handle corrupted header
1488
- try {
1489
- headers.set('Location', locationURL);
1490
- } catch (err) {
1491
- // istanbul ignore next: nodejs server prevent invalid response headers, we can't test this through normal request
1492
- reject(err);
1493
- }
1494
- }
1495
- break;
1496
- case 'follow':
1497
- // HTTP-redirect fetch step 2
1498
- if (locationURL === null) {
1499
- break;
1500
- }
1501
-
1502
- // HTTP-redirect fetch step 5
1503
- if (request.counter >= request.follow) {
1504
- reject(new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect'));
1505
- finalize();
1506
- return;
1507
- }
1508
-
1509
- // HTTP-redirect fetch step 6 (counter increment)
1510
- // Create a new Request object.
1511
- const requestOpts = {
1512
- headers: new Headers(request.headers),
1513
- follow: request.follow,
1514
- counter: request.counter + 1,
1515
- agent: request.agent,
1516
- compress: request.compress,
1517
- method: request.method,
1518
- body: request.body,
1519
- signal: request.signal,
1520
- timeout: request.timeout,
1521
- size: request.size
1522
- };
1523
-
1524
- // HTTP-redirect fetch step 9
1525
- if (res.statusCode !== 303 && request.body && getTotalBytes(request) === null) {
1526
- reject(new FetchError('Cannot follow redirect with body being a readable stream', 'unsupported-redirect'));
1527
- finalize();
1528
- return;
1529
- }
1530
-
1531
- // HTTP-redirect fetch step 11
1532
- if (res.statusCode === 303 || (res.statusCode === 301 || res.statusCode === 302) && request.method === 'POST') {
1533
- requestOpts.method = 'GET';
1534
- requestOpts.body = undefined;
1535
- requestOpts.headers.delete('content-length');
1536
- }
1537
-
1538
- // HTTP-redirect fetch step 15
1539
- resolve(fetch(new Request(locationURL, requestOpts)));
1540
- finalize();
1541
- return;
1542
- }
1543
- }
1544
-
1545
- // prepare response
1546
- res.once('end', function () {
1547
- if (signal) signal.removeEventListener('abort', abortAndFinalize);
1548
- });
1549
- let body = res.pipe(new PassThrough$1());
1550
-
1551
- const response_options = {
1552
- url: request.url,
1553
- status: res.statusCode,
1554
- statusText: res.statusMessage,
1555
- headers: headers,
1556
- size: request.size,
1557
- timeout: request.timeout,
1558
- counter: request.counter
1559
- };
1560
-
1561
- // HTTP-network fetch step 12.1.1.3
1562
- const codings = headers.get('Content-Encoding');
1563
-
1564
- // HTTP-network fetch step 12.1.1.4: handle content codings
1565
-
1566
- // in following scenarios we ignore compression support
1567
- // 1. compression support is disabled
1568
- // 2. HEAD request
1569
- // 3. no Content-Encoding header
1570
- // 4. no content response (204)
1571
- // 5. content not modified response (304)
1572
- if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 || res.statusCode === 304) {
1573
- response = new Response(body, response_options);
1574
- resolve(response);
1575
- return;
1576
- }
1577
-
1578
- // For Node v6+
1579
- // Be less strict when decoding compressed responses, since sometimes
1580
- // servers send slightly invalid responses that are still accepted
1581
- // by common browsers.
1582
- // Always using Z_SYNC_FLUSH is what cURL does.
1583
- const zlibOptions = {
1584
- flush: zlib.Z_SYNC_FLUSH,
1585
- finishFlush: zlib.Z_SYNC_FLUSH
1586
- };
1587
-
1588
- // for gzip
1589
- if (codings == 'gzip' || codings == 'x-gzip') {
1590
- body = body.pipe(zlib.createGunzip(zlibOptions));
1591
- response = new Response(body, response_options);
1592
- resolve(response);
1593
- return;
1594
- }
1595
-
1596
- // for deflate
1597
- if (codings == 'deflate' || codings == 'x-deflate') {
1598
- // handle the infamous raw deflate response from old servers
1599
- // a hack for old IIS and Apache servers
1600
- const raw = res.pipe(new PassThrough$1());
1601
- raw.once('data', function (chunk) {
1602
- // see http://stackoverflow.com/questions/37519828
1603
- if ((chunk[0] & 0x0F) === 0x08) {
1604
- body = body.pipe(zlib.createInflate());
1605
- } else {
1606
- body = body.pipe(zlib.createInflateRaw());
1607
- }
1608
- response = new Response(body, response_options);
1609
- resolve(response);
1610
- });
1611
- return;
1612
- }
1613
-
1614
- // for br
1615
- if (codings == 'br' && typeof zlib.createBrotliDecompress === 'function') {
1616
- body = body.pipe(zlib.createBrotliDecompress());
1617
- response = new Response(body, response_options);
1618
- resolve(response);
1619
- return;
1620
- }
1621
-
1622
- // otherwise, use response as-is
1623
- response = new Response(body, response_options);
1624
- resolve(response);
1625
- });
1626
-
1627
- writeToStream(req, request);
1628
- });
1629
- }
1630
- /**
1631
- * Redirect code matching
1632
- *
1633
- * @param Number code Status code
1634
- * @return Boolean
1635
- */
1636
- fetch.isRedirect = function (code) {
1637
- return code === 301 || code === 302 || code === 303 || code === 307 || code === 308;
1638
- };
1639
-
1640
- // expose Promise
1641
- fetch.Promise = global.Promise;
1642
-
1643
- module.exports = exports = fetch;
1644
- Object.defineProperty(exports, "__esModule", { value: true });
1645
- exports.default = exports;
1646
- exports.Headers = Headers;
1647
- exports.Request = Request;
1648
- exports.Response = Response;
1649
- exports.FetchError = FetchError;
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
+
7
+ var Stream = _interopDefault(require('stream'));
8
+ var http = _interopDefault(require('http'));
9
+ var Url = _interopDefault(require('url'));
10
+ var whatwgUrl = _interopDefault(require('whatwg-url'));
11
+ var https = _interopDefault(require('https'));
12
+ var zlib = _interopDefault(require('zlib'));
13
+
14
+ // Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js
15
+
16
+ // fix for "Readable" isn't a named export issue
17
+ const Readable = Stream.Readable;
18
+
19
+ const BUFFER = Symbol('buffer');
20
+ const TYPE = Symbol('type');
21
+
22
+ class Blob {
23
+ constructor() {
24
+ this[TYPE] = '';
25
+
26
+ const blobParts = arguments[0];
27
+ const options = arguments[1];
28
+
29
+ const buffers = [];
30
+ let size = 0;
31
+
32
+ if (blobParts) {
33
+ const a = blobParts;
34
+ const length = Number(a.length);
35
+ for (let i = 0; i < length; i++) {
36
+ const element = a[i];
37
+ let buffer;
38
+ if (element instanceof Buffer) {
39
+ buffer = element;
40
+ } else if (ArrayBuffer.isView(element)) {
41
+ buffer = Buffer.from(element.buffer, element.byteOffset, element.byteLength);
42
+ } else if (element instanceof ArrayBuffer) {
43
+ buffer = Buffer.from(element);
44
+ } else if (element instanceof Blob) {
45
+ buffer = element[BUFFER];
46
+ } else {
47
+ buffer = Buffer.from(typeof element === 'string' ? element : String(element));
48
+ }
49
+ size += buffer.length;
50
+ buffers.push(buffer);
51
+ }
52
+ }
53
+
54
+ this[BUFFER] = Buffer.concat(buffers);
55
+
56
+ let type = options && options.type !== undefined && String(options.type).toLowerCase();
57
+ if (type && !/[^\u0020-\u007E]/.test(type)) {
58
+ this[TYPE] = type;
59
+ }
60
+ }
61
+ get size() {
62
+ return this[BUFFER].length;
63
+ }
64
+ get type() {
65
+ return this[TYPE];
66
+ }
67
+ text() {
68
+ return Promise.resolve(this[BUFFER].toString());
69
+ }
70
+ arrayBuffer() {
71
+ const buf = this[BUFFER];
72
+ const ab = buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);
73
+ return Promise.resolve(ab);
74
+ }
75
+ stream() {
76
+ const readable = new Readable();
77
+ readable._read = function () {};
78
+ readable.push(this[BUFFER]);
79
+ readable.push(null);
80
+ return readable;
81
+ }
82
+ toString() {
83
+ return '[object Blob]';
84
+ }
85
+ slice() {
86
+ const size = this.size;
87
+
88
+ const start = arguments[0];
89
+ const end = arguments[1];
90
+ let relativeStart, relativeEnd;
91
+ if (start === undefined) {
92
+ relativeStart = 0;
93
+ } else if (start < 0) {
94
+ relativeStart = Math.max(size + start, 0);
95
+ } else {
96
+ relativeStart = Math.min(start, size);
97
+ }
98
+ if (end === undefined) {
99
+ relativeEnd = size;
100
+ } else if (end < 0) {
101
+ relativeEnd = Math.max(size + end, 0);
102
+ } else {
103
+ relativeEnd = Math.min(end, size);
104
+ }
105
+ const span = Math.max(relativeEnd - relativeStart, 0);
106
+
107
+ const buffer = this[BUFFER];
108
+ const slicedBuffer = buffer.slice(relativeStart, relativeStart + span);
109
+ const blob = new Blob([], { type: arguments[2] });
110
+ blob[BUFFER] = slicedBuffer;
111
+ return blob;
112
+ }
113
+ }
114
+
115
+ Object.defineProperties(Blob.prototype, {
116
+ size: { enumerable: true },
117
+ type: { enumerable: true },
118
+ slice: { enumerable: true }
119
+ });
120
+
121
+ Object.defineProperty(Blob.prototype, Symbol.toStringTag, {
122
+ value: 'Blob',
123
+ writable: false,
124
+ enumerable: false,
125
+ configurable: true
126
+ });
127
+
128
+ /**
129
+ * fetch-error.js
130
+ *
131
+ * FetchError interface for operational errors
132
+ */
133
+
134
+ /**
135
+ * Create FetchError instance
136
+ *
137
+ * @param String message Error message for human
138
+ * @param String type Error type for machine
139
+ * @param String systemError For Node.js system error
140
+ * @return FetchError
141
+ */
142
+ function FetchError(message, type, systemError) {
143
+ Error.call(this, message);
144
+
145
+ this.message = message;
146
+ this.type = type;
147
+
148
+ // when err.type is `system`, err.code contains system error code
149
+ if (systemError) {
150
+ this.code = this.errno = systemError.code;
151
+ }
152
+
153
+ // hide custom error implementation details from end-users
154
+ Error.captureStackTrace(this, this.constructor);
155
+ }
156
+
157
+ FetchError.prototype = Object.create(Error.prototype);
158
+ FetchError.prototype.constructor = FetchError;
159
+ FetchError.prototype.name = 'FetchError';
160
+
161
+ let convert;
162
+ try {
163
+ convert = require('encoding').convert;
164
+ } catch (e) {}
165
+
166
+ const INTERNALS = Symbol('Body internals');
167
+
168
+ // fix an issue where "PassThrough" isn't a named export for node <10
169
+ const PassThrough = Stream.PassThrough;
170
+
171
+ /**
172
+ * Body mixin
173
+ *
174
+ * Ref: https://fetch.spec.whatwg.org/#body
175
+ *
176
+ * @param Stream body Readable stream
177
+ * @param Object opts Response options
178
+ * @return Void
179
+ */
180
+ function Body(body) {
181
+ var _this = this;
182
+
183
+ var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
184
+ _ref$size = _ref.size;
185
+
186
+ let size = _ref$size === undefined ? 0 : _ref$size;
187
+ var _ref$timeout = _ref.timeout;
188
+ let timeout = _ref$timeout === undefined ? 0 : _ref$timeout;
189
+
190
+ if (body == null) {
191
+ // body is undefined or null
192
+ body = null;
193
+ } else if (isURLSearchParams(body)) {
194
+ // body is a URLSearchParams
195
+ body = Buffer.from(body.toString());
196
+ } else if (isBlob(body)) ; else if (Buffer.isBuffer(body)) ; else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') {
197
+ // body is ArrayBuffer
198
+ body = Buffer.from(body);
199
+ } else if (ArrayBuffer.isView(body)) {
200
+ // body is ArrayBufferView
201
+ body = Buffer.from(body.buffer, body.byteOffset, body.byteLength);
202
+ } else if (body instanceof Stream) ; else {
203
+ // none of the above
204
+ // coerce to string then buffer
205
+ body = Buffer.from(String(body));
206
+ }
207
+ this[INTERNALS] = {
208
+ body,
209
+ disturbed: false,
210
+ error: null
211
+ };
212
+ this.size = size;
213
+ this.timeout = timeout;
214
+
215
+ if (body instanceof Stream) {
216
+ body.on('error', function (err) {
217
+ const error = err.name === 'AbortError' ? err : new FetchError(`Invalid response body while trying to fetch ${_this.url}: ${err.message}`, 'system', err);
218
+ _this[INTERNALS].error = error;
219
+ });
220
+ }
221
+ }
222
+
223
+ Body.prototype = {
224
+ get body() {
225
+ return this[INTERNALS].body;
226
+ },
227
+
228
+ get bodyUsed() {
229
+ return this[INTERNALS].disturbed;
230
+ },
231
+
232
+ /**
233
+ * Decode response as ArrayBuffer
234
+ *
235
+ * @return Promise
236
+ */
237
+ arrayBuffer() {
238
+ return consumeBody.call(this).then(function (buf) {
239
+ return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);
240
+ });
241
+ },
242
+
243
+ /**
244
+ * Return raw response as Blob
245
+ *
246
+ * @return Promise
247
+ */
248
+ blob() {
249
+ let ct = this.headers && this.headers.get('content-type') || '';
250
+ return consumeBody.call(this).then(function (buf) {
251
+ return Object.assign(
252
+ // Prevent copying
253
+ new Blob([], {
254
+ type: ct.toLowerCase()
255
+ }), {
256
+ [BUFFER]: buf
257
+ });
258
+ });
259
+ },
260
+
261
+ /**
262
+ * Decode response as json
263
+ *
264
+ * @return Promise
265
+ */
266
+ json() {
267
+ var _this2 = this;
268
+
269
+ return consumeBody.call(this).then(function (buffer) {
270
+ try {
271
+ return JSON.parse(buffer.toString());
272
+ } catch (err) {
273
+ return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json'));
274
+ }
275
+ });
276
+ },
277
+
278
+ /**
279
+ * Decode response as text
280
+ *
281
+ * @return Promise
282
+ */
283
+ text() {
284
+ return consumeBody.call(this).then(function (buffer) {
285
+ return buffer.toString();
286
+ });
287
+ },
288
+
289
+ /**
290
+ * Decode response as buffer (non-spec api)
291
+ *
292
+ * @return Promise
293
+ */
294
+ buffer() {
295
+ return consumeBody.call(this);
296
+ },
297
+
298
+ /**
299
+ * Decode response as text, while automatically detecting the encoding and
300
+ * trying to decode to UTF-8 (non-spec api)
301
+ *
302
+ * @return Promise
303
+ */
304
+ textConverted() {
305
+ var _this3 = this;
306
+
307
+ return consumeBody.call(this).then(function (buffer) {
308
+ return convertBody(buffer, _this3.headers);
309
+ });
310
+ }
311
+ };
312
+
313
+ // In browsers, all properties are enumerable.
314
+ Object.defineProperties(Body.prototype, {
315
+ body: { enumerable: true },
316
+ bodyUsed: { enumerable: true },
317
+ arrayBuffer: { enumerable: true },
318
+ blob: { enumerable: true },
319
+ json: { enumerable: true },
320
+ text: { enumerable: true }
321
+ });
322
+
323
+ Body.mixIn = function (proto) {
324
+ for (const name of Object.getOwnPropertyNames(Body.prototype)) {
325
+ // istanbul ignore else: future proof
326
+ if (!(name in proto)) {
327
+ const desc = Object.getOwnPropertyDescriptor(Body.prototype, name);
328
+ Object.defineProperty(proto, name, desc);
329
+ }
330
+ }
331
+ };
332
+
333
+ /**
334
+ * Consume and convert an entire Body to a Buffer.
335
+ *
336
+ * Ref: https://fetch.spec.whatwg.org/#concept-body-consume-body
337
+ *
338
+ * @return Promise
339
+ */
340
+ function consumeBody() {
341
+ var _this4 = this;
342
+
343
+ if (this[INTERNALS].disturbed) {
344
+ return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`));
345
+ }
346
+
347
+ this[INTERNALS].disturbed = true;
348
+
349
+ if (this[INTERNALS].error) {
350
+ return Body.Promise.reject(this[INTERNALS].error);
351
+ }
352
+
353
+ let body = this.body;
354
+
355
+ // body is null
356
+ if (body === null) {
357
+ return Body.Promise.resolve(Buffer.alloc(0));
358
+ }
359
+
360
+ // body is blob
361
+ if (isBlob(body)) {
362
+ body = body.stream();
363
+ }
364
+
365
+ // body is buffer
366
+ if (Buffer.isBuffer(body)) {
367
+ return Body.Promise.resolve(body);
368
+ }
369
+
370
+ // istanbul ignore if: should never happen
371
+ if (!(body instanceof Stream)) {
372
+ return Body.Promise.resolve(Buffer.alloc(0));
373
+ }
374
+
375
+ // body is stream
376
+ // get ready to actually consume the body
377
+ let accum = [];
378
+ let accumBytes = 0;
379
+ let abort = false;
380
+
381
+ return new Body.Promise(function (resolve, reject) {
382
+ let resTimeout;
383
+
384
+ // allow timeout on slow response body
385
+ if (_this4.timeout) {
386
+ resTimeout = setTimeout(function () {
387
+ abort = true;
388
+ reject(new FetchError(`Response timeout while trying to fetch ${_this4.url} (over ${_this4.timeout}ms)`, 'body-timeout'));
389
+ }, _this4.timeout);
390
+ }
391
+
392
+ // handle stream errors
393
+ body.on('error', function (err) {
394
+ if (err.name === 'AbortError') {
395
+ // if the request was aborted, reject with this Error
396
+ abort = true;
397
+ reject(err);
398
+ } else {
399
+ // other errors, such as incorrect content-encoding
400
+ reject(new FetchError(`Invalid response body while trying to fetch ${_this4.url}: ${err.message}`, 'system', err));
401
+ }
402
+ });
403
+
404
+ body.on('data', function (chunk) {
405
+ if (abort || chunk === null) {
406
+ return;
407
+ }
408
+
409
+ if (_this4.size && accumBytes + chunk.length > _this4.size) {
410
+ abort = true;
411
+ reject(new FetchError(`content size at ${_this4.url} over limit: ${_this4.size}`, 'max-size'));
412
+ return;
413
+ }
414
+
415
+ accumBytes += chunk.length;
416
+ accum.push(chunk);
417
+ });
418
+
419
+ body.on('end', function () {
420
+ if (abort) {
421
+ return;
422
+ }
423
+
424
+ clearTimeout(resTimeout);
425
+
426
+ try {
427
+ resolve(Buffer.concat(accum, accumBytes));
428
+ } catch (err) {
429
+ // handle streams that have accumulated too much data (issue #414)
430
+ reject(new FetchError(`Could not create Buffer from response body for ${_this4.url}: ${err.message}`, 'system', err));
431
+ }
432
+ });
433
+ });
434
+ }
435
+
436
+ /**
437
+ * Detect buffer encoding and convert to target encoding
438
+ * ref: http://www.w3.org/TR/2011/WD-html5-20110113/parsing.html#determining-the-character-encoding
439
+ *
440
+ * @param Buffer buffer Incoming buffer
441
+ * @param String encoding Target encoding
442
+ * @return String
443
+ */
444
+ function convertBody(buffer, headers) {
445
+ if (typeof convert !== 'function') {
446
+ throw new Error('The package `encoding` must be installed to use the textConverted() function');
447
+ }
448
+
449
+ const ct = headers.get('content-type');
450
+ let charset = 'utf-8';
451
+ let res, str;
452
+
453
+ // header
454
+ if (ct) {
455
+ res = /charset=([^;]*)/i.exec(ct);
456
+ }
457
+
458
+ // no charset in content type, peek at response body for at most 1024 bytes
459
+ str = buffer.slice(0, 1024).toString();
460
+
461
+ // html5
462
+ if (!res && str) {
463
+ res = /<meta.+?charset=(['"])(.+?)\1/i.exec(str);
464
+ }
465
+
466
+ // html4
467
+ if (!res && str) {
468
+ res = /<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(str);
469
+ if (!res) {
470
+ res = /<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(str);
471
+ if (res) {
472
+ res.pop(); // drop last quote
473
+ }
474
+ }
475
+
476
+ if (res) {
477
+ res = /charset=(.*)/i.exec(res.pop());
478
+ }
479
+ }
480
+
481
+ // xml
482
+ if (!res && str) {
483
+ res = /<\?xml.+?encoding=(['"])(.+?)\1/i.exec(str);
484
+ }
485
+
486
+ // found charset
487
+ if (res) {
488
+ charset = res.pop();
489
+
490
+ // prevent decode issues when sites use incorrect encoding
491
+ // ref: https://hsivonen.fi/encoding-menu/
492
+ if (charset === 'gb2312' || charset === 'gbk') {
493
+ charset = 'gb18030';
494
+ }
495
+ }
496
+
497
+ // turn raw buffers into a single utf-8 buffer
498
+ return convert(buffer, 'UTF-8', charset).toString();
499
+ }
500
+
501
+ /**
502
+ * Detect a URLSearchParams object
503
+ * ref: https://github.com/bitinn/node-fetch/issues/296#issuecomment-307598143
504
+ *
505
+ * @param Object obj Object to detect by type or brand
506
+ * @return String
507
+ */
508
+ function isURLSearchParams(obj) {
509
+ // Duck-typing as a necessary condition.
510
+ if (typeof obj !== 'object' || typeof obj.append !== 'function' || typeof obj.delete !== 'function' || typeof obj.get !== 'function' || typeof obj.getAll !== 'function' || typeof obj.has !== 'function' || typeof obj.set !== 'function') {
511
+ return false;
512
+ }
513
+
514
+ // Brand-checking and more duck-typing as optional condition.
515
+ return obj.constructor.name === 'URLSearchParams' || Object.prototype.toString.call(obj) === '[object URLSearchParams]' || typeof obj.sort === 'function';
516
+ }
517
+
518
+ /**
519
+ * Check if `obj` is a W3C `Blob` object (which `File` inherits from)
520
+ * @param {*} obj
521
+ * @return {boolean}
522
+ */
523
+ function isBlob(obj) {
524
+ return typeof obj === 'object' && typeof obj.arrayBuffer === 'function' && typeof obj.type === 'string' && typeof obj.stream === 'function' && typeof obj.constructor === 'function' && typeof obj.constructor.name === 'string' && /^(Blob|File)$/.test(obj.constructor.name) && /^(Blob|File)$/.test(obj[Symbol.toStringTag]);
525
+ }
526
+
527
+ /**
528
+ * Clone body given Res/Req instance
529
+ *
530
+ * @param Mixed instance Response or Request instance
531
+ * @return Mixed
532
+ */
533
+ function clone(instance) {
534
+ let p1, p2;
535
+ let body = instance.body;
536
+
537
+ // don't allow cloning a used body
538
+ if (instance.bodyUsed) {
539
+ throw new Error('cannot clone body after it is used');
540
+ }
541
+
542
+ // check that body is a stream and not form-data object
543
+ // note: we can't clone the form-data object without having it as a dependency
544
+ if (body instanceof Stream && typeof body.getBoundary !== 'function') {
545
+ // tee instance body
546
+ p1 = new PassThrough();
547
+ p2 = new PassThrough();
548
+ body.pipe(p1);
549
+ body.pipe(p2);
550
+ // set instance body to teed body and return the other teed body
551
+ instance[INTERNALS].body = p1;
552
+ body = p2;
553
+ }
554
+
555
+ return body;
556
+ }
557
+
558
+ /**
559
+ * Performs the operation "extract a `Content-Type` value from |object|" as
560
+ * specified in the specification:
561
+ * https://fetch.spec.whatwg.org/#concept-bodyinit-extract
562
+ *
563
+ * This function assumes that instance.body is present.
564
+ *
565
+ * @param Mixed instance Any options.body input
566
+ */
567
+ function extractContentType(body) {
568
+ if (body === null) {
569
+ // body is null
570
+ return null;
571
+ } else if (typeof body === 'string') {
572
+ // body is string
573
+ return 'text/plain;charset=UTF-8';
574
+ } else if (isURLSearchParams(body)) {
575
+ // body is a URLSearchParams
576
+ return 'application/x-www-form-urlencoded;charset=UTF-8';
577
+ } else if (isBlob(body)) {
578
+ // body is blob
579
+ return body.type || null;
580
+ } else if (Buffer.isBuffer(body)) {
581
+ // body is buffer
582
+ return null;
583
+ } else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') {
584
+ // body is ArrayBuffer
585
+ return null;
586
+ } else if (ArrayBuffer.isView(body)) {
587
+ // body is ArrayBufferView
588
+ return null;
589
+ } else if (typeof body.getBoundary === 'function') {
590
+ // detect form data input from form-data module
591
+ return `multipart/form-data;boundary=${body.getBoundary()}`;
592
+ } else if (body instanceof Stream) {
593
+ // body is stream
594
+ // can't really do much about this
595
+ return null;
596
+ } else {
597
+ // Body constructor defaults other things to string
598
+ return 'text/plain;charset=UTF-8';
599
+ }
600
+ }
601
+
602
+ /**
603
+ * The Fetch Standard treats this as if "total bytes" is a property on the body.
604
+ * For us, we have to explicitly get it with a function.
605
+ *
606
+ * ref: https://fetch.spec.whatwg.org/#concept-body-total-bytes
607
+ *
608
+ * @param Body instance Instance of Body
609
+ * @return Number? Number of bytes, or null if not possible
610
+ */
611
+ function getTotalBytes(instance) {
612
+ const body = instance.body;
613
+
614
+
615
+ if (body === null) {
616
+ // body is null
617
+ return 0;
618
+ } else if (isBlob(body)) {
619
+ return body.size;
620
+ } else if (Buffer.isBuffer(body)) {
621
+ // body is buffer
622
+ return body.length;
623
+ } else if (body && typeof body.getLengthSync === 'function') {
624
+ // detect form data input from form-data module
625
+ if (body._lengthRetrievers && body._lengthRetrievers.length == 0 || // 1.x
626
+ body.hasKnownLength && body.hasKnownLength()) {
627
+ // 2.x
628
+ return body.getLengthSync();
629
+ }
630
+ return null;
631
+ } else {
632
+ // body is stream
633
+ return null;
634
+ }
635
+ }
636
+
637
+ /**
638
+ * Write a Body to a Node.js WritableStream (e.g. http.Request) object.
639
+ *
640
+ * @param Body instance Instance of Body
641
+ * @return Void
642
+ */
643
+ function writeToStream(dest, instance) {
644
+ const body = instance.body;
645
+
646
+
647
+ if (body === null) {
648
+ // body is null
649
+ dest.end();
650
+ } else if (isBlob(body)) {
651
+ body.stream().pipe(dest);
652
+ } else if (Buffer.isBuffer(body)) {
653
+ // body is buffer
654
+ dest.write(body);
655
+ dest.end();
656
+ } else {
657
+ // body is stream
658
+ body.pipe(dest);
659
+ }
660
+ }
661
+
662
+ // expose Promise
663
+ Body.Promise = global.Promise;
664
+
665
+ /**
666
+ * headers.js
667
+ *
668
+ * Headers class offers convenient helpers
669
+ */
670
+
671
+ const invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
672
+ const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
673
+
674
+ function validateName(name) {
675
+ name = `${name}`;
676
+ if (invalidTokenRegex.test(name) || name === '') {
677
+ throw new TypeError(`${name} is not a legal HTTP header name`);
678
+ }
679
+ }
680
+
681
+ function validateValue(value) {
682
+ value = `${value}`;
683
+ if (invalidHeaderCharRegex.test(value)) {
684
+ throw new TypeError(`${value} is not a legal HTTP header value`);
685
+ }
686
+ }
687
+
688
+ /**
689
+ * Find the key in the map object given a header name.
690
+ *
691
+ * Returns undefined if not found.
692
+ *
693
+ * @param String name Header name
694
+ * @return String|Undefined
695
+ */
696
+ function find(map, name) {
697
+ name = name.toLowerCase();
698
+ for (const key in map) {
699
+ if (key.toLowerCase() === name) {
700
+ return key;
701
+ }
702
+ }
703
+ return undefined;
704
+ }
705
+
706
+ const MAP = Symbol('map');
707
+ class Headers {
708
+ /**
709
+ * Headers class
710
+ *
711
+ * @param Object headers Response headers
712
+ * @return Void
713
+ */
714
+ constructor() {
715
+ let init = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined;
716
+
717
+ this[MAP] = Object.create(null);
718
+
719
+ if (init instanceof Headers) {
720
+ const rawHeaders = init.raw();
721
+ const headerNames = Object.keys(rawHeaders);
722
+
723
+ for (const headerName of headerNames) {
724
+ for (const value of rawHeaders[headerName]) {
725
+ this.append(headerName, value);
726
+ }
727
+ }
728
+
729
+ return;
730
+ }
731
+
732
+ // We don't worry about converting prop to ByteString here as append()
733
+ // will handle it.
734
+ if (init == null) ; else if (typeof init === 'object') {
735
+ const method = init[Symbol.iterator];
736
+ if (method != null) {
737
+ if (typeof method !== 'function') {
738
+ throw new TypeError('Header pairs must be iterable');
739
+ }
740
+
741
+ // sequence<sequence<ByteString>>
742
+ // Note: per spec we have to first exhaust the lists then process them
743
+ const pairs = [];
744
+ for (const pair of init) {
745
+ if (typeof pair !== 'object' || typeof pair[Symbol.iterator] !== 'function') {
746
+ throw new TypeError('Each header pair must be iterable');
747
+ }
748
+ pairs.push(Array.from(pair));
749
+ }
750
+
751
+ for (const pair of pairs) {
752
+ if (pair.length !== 2) {
753
+ throw new TypeError('Each header pair must be a name/value tuple');
754
+ }
755
+ this.append(pair[0], pair[1]);
756
+ }
757
+ } else {
758
+ // record<ByteString, ByteString>
759
+ for (const key of Object.keys(init)) {
760
+ const value = init[key];
761
+ this.append(key, value);
762
+ }
763
+ }
764
+ } else {
765
+ throw new TypeError('Provided initializer must be an object');
766
+ }
767
+ }
768
+
769
+ /**
770
+ * Return combined header value given name
771
+ *
772
+ * @param String name Header name
773
+ * @return Mixed
774
+ */
775
+ get(name) {
776
+ name = `${name}`;
777
+ validateName(name);
778
+ const key = find(this[MAP], name);
779
+ if (key === undefined) {
780
+ return null;
781
+ }
782
+
783
+ return this[MAP][key].join(', ');
784
+ }
785
+
786
+ /**
787
+ * Iterate over all headers
788
+ *
789
+ * @param Function callback Executed for each item with parameters (value, name, thisArg)
790
+ * @param Boolean thisArg `this` context for callback function
791
+ * @return Void
792
+ */
793
+ forEach(callback) {
794
+ let thisArg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined;
795
+
796
+ let pairs = getHeaders(this);
797
+ let i = 0;
798
+ while (i < pairs.length) {
799
+ var _pairs$i = pairs[i];
800
+ const name = _pairs$i[0],
801
+ value = _pairs$i[1];
802
+
803
+ callback.call(thisArg, value, name, this);
804
+ pairs = getHeaders(this);
805
+ i++;
806
+ }
807
+ }
808
+
809
+ /**
810
+ * Overwrite header values given name
811
+ *
812
+ * @param String name Header name
813
+ * @param String value Header value
814
+ * @return Void
815
+ */
816
+ set(name, value) {
817
+ name = `${name}`;
818
+ value = `${value}`;
819
+ validateName(name);
820
+ validateValue(value);
821
+ const key = find(this[MAP], name);
822
+ this[MAP][key !== undefined ? key : name] = [value];
823
+ }
824
+
825
+ /**
826
+ * Append a value onto existing header
827
+ *
828
+ * @param String name Header name
829
+ * @param String value Header value
830
+ * @return Void
831
+ */
832
+ append(name, value) {
833
+ name = `${name}`;
834
+ value = `${value}`;
835
+ validateName(name);
836
+ validateValue(value);
837
+ const key = find(this[MAP], name);
838
+ if (key !== undefined) {
839
+ this[MAP][key].push(value);
840
+ } else {
841
+ this[MAP][name] = [value];
842
+ }
843
+ }
844
+
845
+ /**
846
+ * Check for header name existence
847
+ *
848
+ * @param String name Header name
849
+ * @return Boolean
850
+ */
851
+ has(name) {
852
+ name = `${name}`;
853
+ validateName(name);
854
+ return find(this[MAP], name) !== undefined;
855
+ }
856
+
857
+ /**
858
+ * Delete all header values given name
859
+ *
860
+ * @param String name Header name
861
+ * @return Void
862
+ */
863
+ delete(name) {
864
+ name = `${name}`;
865
+ validateName(name);
866
+ const key = find(this[MAP], name);
867
+ if (key !== undefined) {
868
+ delete this[MAP][key];
869
+ }
870
+ }
871
+
872
+ /**
873
+ * Return raw headers (non-spec api)
874
+ *
875
+ * @return Object
876
+ */
877
+ raw() {
878
+ return this[MAP];
879
+ }
880
+
881
+ /**
882
+ * Get an iterator on keys.
883
+ *
884
+ * @return Iterator
885
+ */
886
+ keys() {
887
+ return createHeadersIterator(this, 'key');
888
+ }
889
+
890
+ /**
891
+ * Get an iterator on values.
892
+ *
893
+ * @return Iterator
894
+ */
895
+ values() {
896
+ return createHeadersIterator(this, 'value');
897
+ }
898
+
899
+ /**
900
+ * Get an iterator on entries.
901
+ *
902
+ * This is the default iterator of the Headers object.
903
+ *
904
+ * @return Iterator
905
+ */
906
+ [Symbol.iterator]() {
907
+ return createHeadersIterator(this, 'key+value');
908
+ }
909
+ }
910
+ Headers.prototype.entries = Headers.prototype[Symbol.iterator];
911
+
912
+ Object.defineProperty(Headers.prototype, Symbol.toStringTag, {
913
+ value: 'Headers',
914
+ writable: false,
915
+ enumerable: false,
916
+ configurable: true
917
+ });
918
+
919
+ Object.defineProperties(Headers.prototype, {
920
+ get: { enumerable: true },
921
+ forEach: { enumerable: true },
922
+ set: { enumerable: true },
923
+ append: { enumerable: true },
924
+ has: { enumerable: true },
925
+ delete: { enumerable: true },
926
+ keys: { enumerable: true },
927
+ values: { enumerable: true },
928
+ entries: { enumerable: true }
929
+ });
930
+
931
+ function getHeaders(headers) {
932
+ let kind = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'key+value';
933
+
934
+ const keys = Object.keys(headers[MAP]).sort();
935
+ return keys.map(kind === 'key' ? function (k) {
936
+ return k.toLowerCase();
937
+ } : kind === 'value' ? function (k) {
938
+ return headers[MAP][k].join(', ');
939
+ } : function (k) {
940
+ return [k.toLowerCase(), headers[MAP][k].join(', ')];
941
+ });
942
+ }
943
+
944
+ const INTERNAL = Symbol('internal');
945
+
946
+ function createHeadersIterator(target, kind) {
947
+ const iterator = Object.create(HeadersIteratorPrototype);
948
+ iterator[INTERNAL] = {
949
+ target,
950
+ kind,
951
+ index: 0
952
+ };
953
+ return iterator;
954
+ }
955
+
956
+ const HeadersIteratorPrototype = Object.setPrototypeOf({
957
+ next() {
958
+ // istanbul ignore if
959
+ if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
960
+ throw new TypeError('Value of `this` is not a HeadersIterator');
961
+ }
962
+
963
+ var _INTERNAL = this[INTERNAL];
964
+ const target = _INTERNAL.target,
965
+ kind = _INTERNAL.kind,
966
+ index = _INTERNAL.index;
967
+
968
+ const values = getHeaders(target, kind);
969
+ const len = values.length;
970
+ if (index >= len) {
971
+ return {
972
+ value: undefined,
973
+ done: true
974
+ };
975
+ }
976
+
977
+ this[INTERNAL].index = index + 1;
978
+
979
+ return {
980
+ value: values[index],
981
+ done: false
982
+ };
983
+ }
984
+ }, Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));
985
+
986
+ Object.defineProperty(HeadersIteratorPrototype, Symbol.toStringTag, {
987
+ value: 'HeadersIterator',
988
+ writable: false,
989
+ enumerable: false,
990
+ configurable: true
991
+ });
992
+
993
+ /**
994
+ * Export the Headers object in a form that Node.js can consume.
995
+ *
996
+ * @param Headers headers
997
+ * @return Object
998
+ */
999
+ function exportNodeCompatibleHeaders(headers) {
1000
+ const obj = Object.assign({ __proto__: null }, headers[MAP]);
1001
+
1002
+ // http.request() only supports string as Host header. This hack makes
1003
+ // specifying custom Host header possible.
1004
+ const hostHeaderKey = find(headers[MAP], 'Host');
1005
+ if (hostHeaderKey !== undefined) {
1006
+ obj[hostHeaderKey] = obj[hostHeaderKey][0];
1007
+ }
1008
+
1009
+ return obj;
1010
+ }
1011
+
1012
+ /**
1013
+ * Create a Headers object from an object of headers, ignoring those that do
1014
+ * not conform to HTTP grammar productions.
1015
+ *
1016
+ * @param Object obj Object of headers
1017
+ * @return Headers
1018
+ */
1019
+ function createHeadersLenient(obj) {
1020
+ const headers = new Headers();
1021
+ for (const name of Object.keys(obj)) {
1022
+ if (invalidTokenRegex.test(name)) {
1023
+ continue;
1024
+ }
1025
+ if (Array.isArray(obj[name])) {
1026
+ for (const val of obj[name]) {
1027
+ if (invalidHeaderCharRegex.test(val)) {
1028
+ continue;
1029
+ }
1030
+ if (headers[MAP][name] === undefined) {
1031
+ headers[MAP][name] = [val];
1032
+ } else {
1033
+ headers[MAP][name].push(val);
1034
+ }
1035
+ }
1036
+ } else if (!invalidHeaderCharRegex.test(obj[name])) {
1037
+ headers[MAP][name] = [obj[name]];
1038
+ }
1039
+ }
1040
+ return headers;
1041
+ }
1042
+
1043
+ const INTERNALS$1 = Symbol('Response internals');
1044
+
1045
+ // fix an issue where "STATUS_CODES" aren't a named export for node <10
1046
+ const STATUS_CODES = http.STATUS_CODES;
1047
+
1048
+ /**
1049
+ * Response class
1050
+ *
1051
+ * @param Stream body Readable stream
1052
+ * @param Object opts Response options
1053
+ * @return Void
1054
+ */
1055
+ class Response {
1056
+ constructor() {
1057
+ let body = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
1058
+ let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1059
+
1060
+ Body.call(this, body, opts);
1061
+
1062
+ const status = opts.status || 200;
1063
+ const headers = new Headers(opts.headers);
1064
+
1065
+ if (body != null && !headers.has('Content-Type')) {
1066
+ const contentType = extractContentType(body);
1067
+ if (contentType) {
1068
+ headers.append('Content-Type', contentType);
1069
+ }
1070
+ }
1071
+
1072
+ this[INTERNALS$1] = {
1073
+ url: opts.url,
1074
+ status,
1075
+ statusText: opts.statusText || STATUS_CODES[status],
1076
+ headers,
1077
+ counter: opts.counter
1078
+ };
1079
+ }
1080
+
1081
+ get url() {
1082
+ return this[INTERNALS$1].url || '';
1083
+ }
1084
+
1085
+ get status() {
1086
+ return this[INTERNALS$1].status;
1087
+ }
1088
+
1089
+ /**
1090
+ * Convenience property representing if the request ended normally
1091
+ */
1092
+ get ok() {
1093
+ return this[INTERNALS$1].status >= 200 && this[INTERNALS$1].status < 300;
1094
+ }
1095
+
1096
+ get redirected() {
1097
+ return this[INTERNALS$1].counter > 0;
1098
+ }
1099
+
1100
+ get statusText() {
1101
+ return this[INTERNALS$1].statusText;
1102
+ }
1103
+
1104
+ get headers() {
1105
+ return this[INTERNALS$1].headers;
1106
+ }
1107
+
1108
+ /**
1109
+ * Clone this response
1110
+ *
1111
+ * @return Response
1112
+ */
1113
+ clone() {
1114
+ return new Response(clone(this), {
1115
+ url: this.url,
1116
+ status: this.status,
1117
+ statusText: this.statusText,
1118
+ headers: this.headers,
1119
+ ok: this.ok,
1120
+ redirected: this.redirected
1121
+ });
1122
+ }
1123
+ }
1124
+
1125
+ Body.mixIn(Response.prototype);
1126
+
1127
+ Object.defineProperties(Response.prototype, {
1128
+ url: { enumerable: true },
1129
+ status: { enumerable: true },
1130
+ ok: { enumerable: true },
1131
+ redirected: { enumerable: true },
1132
+ statusText: { enumerable: true },
1133
+ headers: { enumerable: true },
1134
+ clone: { enumerable: true }
1135
+ });
1136
+
1137
+ Object.defineProperty(Response.prototype, Symbol.toStringTag, {
1138
+ value: 'Response',
1139
+ writable: false,
1140
+ enumerable: false,
1141
+ configurable: true
1142
+ });
1143
+
1144
+ const INTERNALS$2 = Symbol('Request internals');
1145
+ const URL = whatwgUrl.URL;
1146
+
1147
+ // fix an issue where "format", "parse" aren't a named export for node <10
1148
+ const parse_url = Url.parse;
1149
+ const format_url = Url.format;
1150
+
1151
+ /**
1152
+ * Wrapper around `new URL` to handle arbitrary URLs
1153
+ *
1154
+ * @param {string} urlStr
1155
+ * @return {void}
1156
+ */
1157
+ function parseURL(urlStr) {
1158
+ /*
1159
+ Check whether the URL is absolute or not
1160
+ Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
1161
+ Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
1162
+ */
1163
+ if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) {
1164
+ urlStr = new URL(urlStr).toString();
1165
+ }
1166
+
1167
+ // Fallback to old implementation for arbitrary URLs
1168
+ return parse_url(urlStr);
1169
+ }
1170
+
1171
+ const streamDestructionSupported = 'destroy' in Stream.Readable.prototype;
1172
+
1173
+ /**
1174
+ * Check if a value is an instance of Request.
1175
+ *
1176
+ * @param Mixed input
1177
+ * @return Boolean
1178
+ */
1179
+ function isRequest(input) {
1180
+ return typeof input === 'object' && typeof input[INTERNALS$2] === 'object';
1181
+ }
1182
+
1183
+ function isAbortSignal(signal) {
1184
+ const proto = signal && typeof signal === 'object' && Object.getPrototypeOf(signal);
1185
+ return !!(proto && proto.constructor.name === 'AbortSignal');
1186
+ }
1187
+
1188
+ /**
1189
+ * Request class
1190
+ *
1191
+ * @param Mixed input Url or Request instance
1192
+ * @param Object init Custom options
1193
+ * @return Void
1194
+ */
1195
+ class Request {
1196
+ constructor(input) {
1197
+ let init = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1198
+
1199
+ let parsedURL;
1200
+
1201
+ // normalize input
1202
+ if (!isRequest(input)) {
1203
+ if (input && input.href) {
1204
+ // in order to support Node.js' Url objects; though WHATWG's URL objects
1205
+ // will fall into this branch also (since their `toString()` will return
1206
+ // `href` property anyway)
1207
+ parsedURL = parseURL(input.href);
1208
+ } else {
1209
+ // coerce input to a string before attempting to parse
1210
+ parsedURL = parseURL(`${input}`);
1211
+ }
1212
+ input = {};
1213
+ } else {
1214
+ parsedURL = parseURL(input.url);
1215
+ }
1216
+
1217
+ let method = init.method || input.method || 'GET';
1218
+ method = method.toUpperCase();
1219
+
1220
+ if ((init.body != null || isRequest(input) && input.body !== null) && (method === 'GET' || method === 'HEAD')) {
1221
+ throw new TypeError('Request with GET/HEAD method cannot have body');
1222
+ }
1223
+
1224
+ let inputBody = init.body != null ? init.body : isRequest(input) && input.body !== null ? clone(input) : null;
1225
+
1226
+ Body.call(this, inputBody, {
1227
+ timeout: init.timeout || input.timeout || 0,
1228
+ size: init.size || input.size || 0
1229
+ });
1230
+
1231
+ const headers = new Headers(init.headers || input.headers || {});
1232
+
1233
+ if (inputBody != null && !headers.has('Content-Type')) {
1234
+ const contentType = extractContentType(inputBody);
1235
+ if (contentType) {
1236
+ headers.append('Content-Type', contentType);
1237
+ }
1238
+ }
1239
+
1240
+ let signal = isRequest(input) ? input.signal : null;
1241
+ if ('signal' in init) signal = init.signal;
1242
+
1243
+ if (signal != null && !isAbortSignal(signal)) {
1244
+ throw new TypeError('Expected signal to be an instanceof AbortSignal');
1245
+ }
1246
+
1247
+ this[INTERNALS$2] = {
1248
+ method,
1249
+ redirect: init.redirect || input.redirect || 'follow',
1250
+ headers,
1251
+ parsedURL,
1252
+ signal
1253
+ };
1254
+
1255
+ // node-fetch-only options
1256
+ this.follow = init.follow !== undefined ? init.follow : input.follow !== undefined ? input.follow : 20;
1257
+ this.compress = init.compress !== undefined ? init.compress : input.compress !== undefined ? input.compress : true;
1258
+ this.counter = init.counter || input.counter || 0;
1259
+ this.agent = init.agent || input.agent;
1260
+ }
1261
+
1262
+ get method() {
1263
+ return this[INTERNALS$2].method;
1264
+ }
1265
+
1266
+ get url() {
1267
+ return format_url(this[INTERNALS$2].parsedURL);
1268
+ }
1269
+
1270
+ get headers() {
1271
+ return this[INTERNALS$2].headers;
1272
+ }
1273
+
1274
+ get redirect() {
1275
+ return this[INTERNALS$2].redirect;
1276
+ }
1277
+
1278
+ get signal() {
1279
+ return this[INTERNALS$2].signal;
1280
+ }
1281
+
1282
+ /**
1283
+ * Clone this request
1284
+ *
1285
+ * @return Request
1286
+ */
1287
+ clone() {
1288
+ return new Request(this);
1289
+ }
1290
+ }
1291
+
1292
+ Body.mixIn(Request.prototype);
1293
+
1294
+ Object.defineProperty(Request.prototype, Symbol.toStringTag, {
1295
+ value: 'Request',
1296
+ writable: false,
1297
+ enumerable: false,
1298
+ configurable: true
1299
+ });
1300
+
1301
+ Object.defineProperties(Request.prototype, {
1302
+ method: { enumerable: true },
1303
+ url: { enumerable: true },
1304
+ headers: { enumerable: true },
1305
+ redirect: { enumerable: true },
1306
+ clone: { enumerable: true },
1307
+ signal: { enumerable: true }
1308
+ });
1309
+
1310
+ /**
1311
+ * Convert a Request to Node.js http request options.
1312
+ *
1313
+ * @param Request A Request instance
1314
+ * @return Object The options object to be passed to http.request
1315
+ */
1316
+ function getNodeRequestOptions(request) {
1317
+ const parsedURL = request[INTERNALS$2].parsedURL;
1318
+ const headers = new Headers(request[INTERNALS$2].headers);
1319
+
1320
+ // fetch step 1.3
1321
+ if (!headers.has('Accept')) {
1322
+ headers.set('Accept', '*/*');
1323
+ }
1324
+
1325
+ // Basic fetch
1326
+ if (!parsedURL.protocol || !parsedURL.hostname) {
1327
+ throw new TypeError('Only absolute URLs are supported');
1328
+ }
1329
+
1330
+ if (!/^https?:$/.test(parsedURL.protocol)) {
1331
+ throw new TypeError('Only HTTP(S) protocols are supported');
1332
+ }
1333
+
1334
+ if (request.signal && request.body instanceof Stream.Readable && !streamDestructionSupported) {
1335
+ throw new Error('Cancellation of streamed requests with AbortSignal is not supported in node < 8');
1336
+ }
1337
+
1338
+ // HTTP-network-or-cache fetch steps 2.4-2.7
1339
+ let contentLengthValue = null;
1340
+ if (request.body == null && /^(POST|PUT)$/i.test(request.method)) {
1341
+ contentLengthValue = '0';
1342
+ }
1343
+ if (request.body != null) {
1344
+ const totalBytes = getTotalBytes(request);
1345
+ if (typeof totalBytes === 'number') {
1346
+ contentLengthValue = String(totalBytes);
1347
+ }
1348
+ }
1349
+ if (contentLengthValue) {
1350
+ headers.set('Content-Length', contentLengthValue);
1351
+ }
1352
+
1353
+ // HTTP-network-or-cache fetch step 2.11
1354
+ if (!headers.has('User-Agent')) {
1355
+ headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)');
1356
+ }
1357
+
1358
+ // HTTP-network-or-cache fetch step 2.15
1359
+ if (request.compress && !headers.has('Accept-Encoding')) {
1360
+ headers.set('Accept-Encoding', 'gzip,deflate');
1361
+ }
1362
+
1363
+ let agent = request.agent;
1364
+ if (typeof agent === 'function') {
1365
+ agent = agent(parsedURL);
1366
+ }
1367
+
1368
+ if (!headers.has('Connection') && !agent) {
1369
+ headers.set('Connection', 'close');
1370
+ }
1371
+
1372
+ // HTTP-network fetch step 4.2
1373
+ // chunked encoding is handled by Node.js
1374
+
1375
+ return Object.assign({}, parsedURL, {
1376
+ method: request.method,
1377
+ headers: exportNodeCompatibleHeaders(headers),
1378
+ agent
1379
+ });
1380
+ }
1381
+
1382
+ /**
1383
+ * abort-error.js
1384
+ *
1385
+ * AbortError interface for cancelled requests
1386
+ */
1387
+
1388
+ /**
1389
+ * Create AbortError instance
1390
+ *
1391
+ * @param String message Error message for human
1392
+ * @return AbortError
1393
+ */
1394
+ function AbortError(message) {
1395
+ Error.call(this, message);
1396
+
1397
+ this.type = 'aborted';
1398
+ this.message = message;
1399
+
1400
+ // hide custom error implementation details from end-users
1401
+ Error.captureStackTrace(this, this.constructor);
1402
+ }
1403
+
1404
+ AbortError.prototype = Object.create(Error.prototype);
1405
+ AbortError.prototype.constructor = AbortError;
1406
+ AbortError.prototype.name = 'AbortError';
1407
+
1408
+ // fix an issue where "PassThrough", "resolve" aren't a named export for node <10
1409
+ const PassThrough$1 = Stream.PassThrough;
1410
+ const resolve_url = Url.resolve;
1411
+
1412
+ /**
1413
+ * Fetch function
1414
+ *
1415
+ * @param Mixed url Absolute url or Request instance
1416
+ * @param Object opts Fetch options
1417
+ * @return Promise
1418
+ */
1419
+ function fetch(url, opts) {
1420
+
1421
+ // allow custom promise
1422
+ if (!fetch.Promise) {
1423
+ throw new Error('native promise missing, set fetch.Promise to your favorite alternative');
1424
+ }
1425
+
1426
+ Body.Promise = fetch.Promise;
1427
+
1428
+ // wrap http.request into fetch
1429
+ return new fetch.Promise(function (resolve, reject) {
1430
+ // build request object
1431
+ const request = new Request(url, opts);
1432
+ const options = getNodeRequestOptions(request);
1433
+
1434
+ const send = (options.protocol === 'https:' ? https : http).request;
1435
+ const signal = request.signal;
1436
+
1437
+ let response = null;
1438
+
1439
+ const abort = function abort() {
1440
+ let error = new AbortError('The user aborted a request.');
1441
+ reject(error);
1442
+ if (request.body && request.body instanceof Stream.Readable) {
1443
+ request.body.destroy(error);
1444
+ }
1445
+ if (!response || !response.body) return;
1446
+ response.body.emit('error', error);
1447
+ };
1448
+
1449
+ if (signal && signal.aborted) {
1450
+ abort();
1451
+ return;
1452
+ }
1453
+
1454
+ const abortAndFinalize = function abortAndFinalize() {
1455
+ abort();
1456
+ finalize();
1457
+ };
1458
+
1459
+ // send request
1460
+ const req = send(options);
1461
+ let reqTimeout;
1462
+
1463
+ if (signal) {
1464
+ signal.addEventListener('abort', abortAndFinalize);
1465
+ }
1466
+
1467
+ function finalize() {
1468
+ req.abort();
1469
+ if (signal) signal.removeEventListener('abort', abortAndFinalize);
1470
+ clearTimeout(reqTimeout);
1471
+ }
1472
+
1473
+ if (request.timeout) {
1474
+ req.once('socket', function (socket) {
1475
+ reqTimeout = setTimeout(function () {
1476
+ reject(new FetchError(`network timeout at: ${request.url}`, 'request-timeout'));
1477
+ finalize();
1478
+ }, request.timeout);
1479
+ });
1480
+ }
1481
+
1482
+ req.on('error', function (err) {
1483
+ reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err));
1484
+ finalize();
1485
+ });
1486
+
1487
+ req.on('response', function (res) {
1488
+ clearTimeout(reqTimeout);
1489
+
1490
+ const headers = createHeadersLenient(res.headers);
1491
+
1492
+ // HTTP fetch step 5
1493
+ if (fetch.isRedirect(res.statusCode)) {
1494
+ // HTTP fetch step 5.2
1495
+ const location = headers.get('Location');
1496
+
1497
+ // HTTP fetch step 5.3
1498
+ const locationURL = location === null ? null : resolve_url(request.url, location);
1499
+
1500
+ // HTTP fetch step 5.5
1501
+ switch (request.redirect) {
1502
+ case 'error':
1503
+ reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect'));
1504
+ finalize();
1505
+ return;
1506
+ case 'manual':
1507
+ // node-fetch-specific step: make manual redirect a bit easier to use by setting the Location header value to the resolved URL.
1508
+ if (locationURL !== null) {
1509
+ // handle corrupted header
1510
+ try {
1511
+ headers.set('Location', locationURL);
1512
+ } catch (err) {
1513
+ // istanbul ignore next: nodejs server prevent invalid response headers, we can't test this through normal request
1514
+ reject(err);
1515
+ }
1516
+ }
1517
+ break;
1518
+ case 'follow':
1519
+ // HTTP-redirect fetch step 2
1520
+ if (locationURL === null) {
1521
+ break;
1522
+ }
1523
+
1524
+ // HTTP-redirect fetch step 5
1525
+ if (request.counter >= request.follow) {
1526
+ reject(new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect'));
1527
+ finalize();
1528
+ return;
1529
+ }
1530
+
1531
+ // HTTP-redirect fetch step 6 (counter increment)
1532
+ // Create a new Request object.
1533
+ const requestOpts = {
1534
+ headers: new Headers(request.headers),
1535
+ follow: request.follow,
1536
+ counter: request.counter + 1,
1537
+ agent: request.agent,
1538
+ compress: request.compress,
1539
+ method: request.method,
1540
+ body: request.body,
1541
+ signal: request.signal,
1542
+ timeout: request.timeout,
1543
+ size: request.size
1544
+ };
1545
+
1546
+ // HTTP-redirect fetch step 9
1547
+ if (res.statusCode !== 303 && request.body && getTotalBytes(request) === null) {
1548
+ reject(new FetchError('Cannot follow redirect with body being a readable stream', 'unsupported-redirect'));
1549
+ finalize();
1550
+ return;
1551
+ }
1552
+
1553
+ // HTTP-redirect fetch step 11
1554
+ if (res.statusCode === 303 || (res.statusCode === 301 || res.statusCode === 302) && request.method === 'POST') {
1555
+ requestOpts.method = 'GET';
1556
+ requestOpts.body = undefined;
1557
+ requestOpts.headers.delete('content-length');
1558
+ }
1559
+
1560
+ // HTTP-redirect fetch step 15
1561
+ resolve(fetch(new Request(locationURL, requestOpts)));
1562
+ finalize();
1563
+ return;
1564
+ }
1565
+ }
1566
+
1567
+ // prepare response
1568
+ res.once('end', function () {
1569
+ if (signal) signal.removeEventListener('abort', abortAndFinalize);
1570
+ });
1571
+ let body = res.pipe(new PassThrough$1());
1572
+
1573
+ const response_options = {
1574
+ url: request.url,
1575
+ status: res.statusCode,
1576
+ statusText: res.statusMessage,
1577
+ headers: headers,
1578
+ size: request.size,
1579
+ timeout: request.timeout,
1580
+ counter: request.counter
1581
+ };
1582
+
1583
+ // HTTP-network fetch step 12.1.1.3
1584
+ const codings = headers.get('Content-Encoding');
1585
+
1586
+ // HTTP-network fetch step 12.1.1.4: handle content codings
1587
+
1588
+ // in following scenarios we ignore compression support
1589
+ // 1. compression support is disabled
1590
+ // 2. HEAD request
1591
+ // 3. no Content-Encoding header
1592
+ // 4. no content response (204)
1593
+ // 5. content not modified response (304)
1594
+ if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 || res.statusCode === 304) {
1595
+ response = new Response(body, response_options);
1596
+ resolve(response);
1597
+ return;
1598
+ }
1599
+
1600
+ // For Node v6+
1601
+ // Be less strict when decoding compressed responses, since sometimes
1602
+ // servers send slightly invalid responses that are still accepted
1603
+ // by common browsers.
1604
+ // Always using Z_SYNC_FLUSH is what cURL does.
1605
+ const zlibOptions = {
1606
+ flush: zlib.Z_SYNC_FLUSH,
1607
+ finishFlush: zlib.Z_SYNC_FLUSH
1608
+ };
1609
+
1610
+ // for gzip
1611
+ if (codings == 'gzip' || codings == 'x-gzip') {
1612
+ body = body.pipe(zlib.createGunzip(zlibOptions));
1613
+ response = new Response(body, response_options);
1614
+ resolve(response);
1615
+ return;
1616
+ }
1617
+
1618
+ // for deflate
1619
+ if (codings == 'deflate' || codings == 'x-deflate') {
1620
+ // handle the infamous raw deflate response from old servers
1621
+ // a hack for old IIS and Apache servers
1622
+ const raw = res.pipe(new PassThrough$1());
1623
+ raw.once('data', function (chunk) {
1624
+ // see http://stackoverflow.com/questions/37519828
1625
+ if ((chunk[0] & 0x0F) === 0x08) {
1626
+ body = body.pipe(zlib.createInflate());
1627
+ } else {
1628
+ body = body.pipe(zlib.createInflateRaw());
1629
+ }
1630
+ response = new Response(body, response_options);
1631
+ resolve(response);
1632
+ });
1633
+ return;
1634
+ }
1635
+
1636
+ // for br
1637
+ if (codings == 'br' && typeof zlib.createBrotliDecompress === 'function') {
1638
+ body = body.pipe(zlib.createBrotliDecompress());
1639
+ response = new Response(body, response_options);
1640
+ resolve(response);
1641
+ return;
1642
+ }
1643
+
1644
+ // otherwise, use response as-is
1645
+ response = new Response(body, response_options);
1646
+ resolve(response);
1647
+ });
1648
+
1649
+ writeToStream(req, request);
1650
+ });
1651
+ }
1652
+ /**
1653
+ * Redirect code matching
1654
+ *
1655
+ * @param Number code Status code
1656
+ * @return Boolean
1657
+ */
1658
+ fetch.isRedirect = function (code) {
1659
+ return code === 301 || code === 302 || code === 303 || code === 307 || code === 308;
1660
+ };
1661
+
1662
+ // expose Promise
1663
+ fetch.Promise = global.Promise;
1664
+
1665
+ module.exports = exports = fetch;
1666
+ Object.defineProperty(exports, "__esModule", { value: true });
1667
+ exports.default = exports;
1668
+ exports.Headers = Headers;
1669
+ exports.Request = Request;
1670
+ exports.Response = Response;
1671
+ exports.FetchError = FetchError;