pokeedex 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,2300 +0,0 @@
1
- // If lib.dom.d.ts or lib.webworker.d.ts is loaded, then use the global types.
2
- // Otherwise, use the types from node.
3
- type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import("buffer").Blob;
4
- type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : import("buffer").File;
5
-
6
- /**
7
- * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many
8
- * Node.js APIs support `Buffer`s.
9
- *
10
- * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and
11
- * extends it with methods that cover additional use cases. Node.js APIs accept
12
- * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well.
13
- *
14
- * While the `Buffer` class is available within the global scope, it is still
15
- * recommended to explicitly reference it via an import or require statement.
16
- *
17
- * ```js
18
- * import { Buffer } from 'node:buffer';
19
- *
20
- * // Creates a zero-filled Buffer of length 10.
21
- * const buf1 = Buffer.alloc(10);
22
- *
23
- * // Creates a Buffer of length 10,
24
- * // filled with bytes which all have the value `1`.
25
- * const buf2 = Buffer.alloc(10, 1);
26
- *
27
- * // Creates an uninitialized buffer of length 10.
28
- * // This is faster than calling Buffer.alloc() but the returned
29
- * // Buffer instance might contain old data that needs to be
30
- * // overwritten using fill(), write(), or other functions that fill the Buffer's
31
- * // contents.
32
- * const buf3 = Buffer.allocUnsafe(10);
33
- *
34
- * // Creates a Buffer containing the bytes [1, 2, 3].
35
- * const buf4 = Buffer.from([1, 2, 3]);
36
- *
37
- * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries
38
- * // are all truncated using `(value & 255)` to fit into the range 0–255.
39
- * const buf5 = Buffer.from([257, 257.5, -255, '1']);
40
- *
41
- * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést':
42
- * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation)
43
- * // [116, 195, 169, 115, 116] (in decimal notation)
44
- * const buf6 = Buffer.from('tést');
45
- *
46
- * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
47
- * const buf7 = Buffer.from('tést', 'latin1');
48
- * ```
49
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/buffer.js)
50
- */
51
- declare module "buffer" {
52
- import { BinaryLike } from "node:crypto";
53
- import { ReadableStream as WebReadableStream } from "node:stream/web";
54
- /**
55
- * This function returns `true` if `input` contains only valid UTF-8-encoded data,
56
- * including the case in which `input` is empty.
57
- *
58
- * Throws if the `input` is a detached array buffer.
59
- * @since v19.4.0, v18.14.0
60
- * @param input The input to validate.
61
- */
62
- export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
63
- /**
64
- * This function returns `true` if `input` contains only valid ASCII-encoded data,
65
- * including the case in which `input` is empty.
66
- *
67
- * Throws if the `input` is a detached array buffer.
68
- * @since v19.6.0, v18.15.0
69
- * @param input The input to validate.
70
- */
71
- export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
72
- export const INSPECT_MAX_BYTES: number;
73
- export const kMaxLength: number;
74
- export const kStringMaxLength: number;
75
- export const constants: {
76
- MAX_LENGTH: number;
77
- MAX_STRING_LENGTH: number;
78
- };
79
- export type TranscodeEncoding =
80
- | "ascii"
81
- | "utf8"
82
- | "utf-8"
83
- | "utf16le"
84
- | "utf-16le"
85
- | "ucs2"
86
- | "ucs-2"
87
- | "latin1"
88
- | "binary";
89
- /**
90
- * Re-encodes the given `Buffer` or `Uint8Array` instance from one character
91
- * encoding to another. Returns a new `Buffer` instance.
92
- *
93
- * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if
94
- * conversion from `fromEnc` to `toEnc` is not permitted.
95
- *
96
- * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`.
97
- *
98
- * The transcoding process will use substitution characters if a given byte
99
- * sequence cannot be adequately represented in the target encoding. For instance:
100
- *
101
- * ```js
102
- * import { Buffer, transcode } from 'node:buffer';
103
- *
104
- * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii');
105
- * console.log(newBuf.toString('ascii'));
106
- * // Prints: '?'
107
- * ```
108
- *
109
- * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced
110
- * with `?` in the transcoded `Buffer`.
111
- * @since v7.1.0
112
- * @param source A `Buffer` or `Uint8Array` instance.
113
- * @param fromEnc The current encoding.
114
- * @param toEnc To target encoding.
115
- */
116
- export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer;
117
- export const SlowBuffer: {
118
- /** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */
119
- new(size: number): Buffer;
120
- prototype: Buffer;
121
- };
122
- /**
123
- * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using
124
- * a prior call to `URL.createObjectURL()`.
125
- * @since v16.7.0
126
- * @experimental
127
- * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
128
- */
129
- export function resolveObjectURL(id: string): Blob | undefined;
130
- export { Buffer };
131
- /**
132
- * @experimental
133
- */
134
- export interface BlobOptions {
135
- /**
136
- * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts
137
- * will be converted to the platform native line-ending as specified by `require('node:os').EOL`.
138
- */
139
- endings?: "transparent" | "native";
140
- /**
141
- * The Blob content-type. The intent is for `type` to convey
142
- * the MIME media type of the data, however no validation of the type format
143
- * is performed.
144
- */
145
- type?: string | undefined;
146
- }
147
- /**
148
- * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across
149
- * multiple worker threads.
150
- * @since v15.7.0, v14.18.0
151
- */
152
- export class Blob {
153
- /**
154
- * The total size of the `Blob` in bytes.
155
- * @since v15.7.0, v14.18.0
156
- */
157
- readonly size: number;
158
- /**
159
- * The content-type of the `Blob`.
160
- * @since v15.7.0, v14.18.0
161
- */
162
- readonly type: string;
163
- /**
164
- * Creates a new `Blob` object containing a concatenation of the given sources.
165
- *
166
- * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into
167
- * the 'Blob' and can therefore be safely modified after the 'Blob' is created.
168
- *
169
- * String sources are also copied into the `Blob`.
170
- */
171
- constructor(sources: Array<ArrayBuffer | BinaryLike | Blob>, options?: BlobOptions);
172
- /**
173
- * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of
174
- * the `Blob` data.
175
- * @since v15.7.0, v14.18.0
176
- */
177
- arrayBuffer(): Promise<ArrayBuffer>;
178
- /**
179
- * The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise<Uint8Array>`.
180
- *
181
- * ```js
182
- * const blob = new Blob(['hello']);
183
- * blob.bytes().then((bytes) => {
184
- * console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ]
185
- * });
186
- * ```
187
- */
188
- bytes(): Promise<Uint8Array>;
189
- /**
190
- * Creates and returns a new `Blob` containing a subset of this `Blob` objects
191
- * data. The original `Blob` is not altered.
192
- * @since v15.7.0, v14.18.0
193
- * @param start The starting index.
194
- * @param end The ending index.
195
- * @param type The content-type for the new `Blob`
196
- */
197
- slice(start?: number, end?: number, type?: string): Blob;
198
- /**
199
- * Returns a promise that fulfills with the contents of the `Blob` decoded as a
200
- * UTF-8 string.
201
- * @since v15.7.0, v14.18.0
202
- */
203
- text(): Promise<string>;
204
- /**
205
- * Returns a new `ReadableStream` that allows the content of the `Blob` to be read.
206
- * @since v16.7.0
207
- */
208
- stream(): WebReadableStream;
209
- }
210
- export interface FileOptions {
211
- /**
212
- * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be
213
- * converted to the platform native line-ending as specified by `require('node:os').EOL`.
214
- */
215
- endings?: "native" | "transparent";
216
- /** The File content-type. */
217
- type?: string;
218
- /** The last modified date of the file. `Default`: Date.now(). */
219
- lastModified?: number;
220
- }
221
- /**
222
- * A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files.
223
- * @since v19.2.0, v18.13.0
224
- */
225
- export class File extends Blob {
226
- constructor(sources: Array<BinaryLike | Blob>, fileName: string, options?: FileOptions);
227
- /**
228
- * The name of the `File`.
229
- * @since v19.2.0, v18.13.0
230
- */
231
- readonly name: string;
232
- /**
233
- * The last modified date of the `File`.
234
- * @since v19.2.0, v18.13.0
235
- */
236
- readonly lastModified: number;
237
- }
238
- export import atob = globalThis.atob;
239
- export import btoa = globalThis.btoa;
240
-
241
- global {
242
- namespace NodeJS {
243
- export { BufferEncoding };
244
- }
245
- // Buffer class
246
- type BufferEncoding =
247
- | "ascii"
248
- | "utf8"
249
- | "utf-8"
250
- | "utf16le"
251
- | "utf-16le"
252
- | "ucs2"
253
- | "ucs-2"
254
- | "base64"
255
- | "base64url"
256
- | "latin1"
257
- | "binary"
258
- | "hex";
259
- type WithImplicitCoercion<T> =
260
- | T
261
- | {
262
- valueOf(): T;
263
- };
264
- /**
265
- * Raw data is stored in instances of the Buffer class.
266
- * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized.
267
- * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex'
268
- */
269
- interface BufferConstructor {
270
- /**
271
- * Allocates a new buffer containing the given {str}.
272
- *
273
- * @param str String to store in buffer.
274
- * @param encoding encoding to use, optional. Default is 'utf8'
275
- * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead.
276
- */
277
- new(str: string, encoding?: BufferEncoding): Buffer;
278
- /**
279
- * Allocates a new buffer of {size} octets.
280
- *
281
- * @param size count of octets to allocate.
282
- * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`).
283
- */
284
- new(size: number): Buffer;
285
- /**
286
- * Allocates a new buffer containing the given {array} of octets.
287
- *
288
- * @param array The octets to store.
289
- * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
290
- */
291
- new(array: Uint8Array): Buffer;
292
- /**
293
- * Produces a Buffer backed by the same allocated memory as
294
- * the given {ArrayBuffer}/{SharedArrayBuffer}.
295
- *
296
- * @param arrayBuffer The ArrayBuffer with which to share memory.
297
- * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead.
298
- */
299
- new(arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer;
300
- /**
301
- * Allocates a new buffer containing the given {array} of octets.
302
- *
303
- * @param array The octets to store.
304
- * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
305
- */
306
- new(array: readonly any[]): Buffer;
307
- /**
308
- * Copies the passed {buffer} data onto a new {Buffer} instance.
309
- *
310
- * @param buffer The buffer to copy.
311
- * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead.
312
- */
313
- new(buffer: Buffer): Buffer;
314
- /**
315
- * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
316
- * Array entries outside that range will be truncated to fit into it.
317
- *
318
- * ```js
319
- * import { Buffer } from 'node:buffer';
320
- *
321
- * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'.
322
- * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]);
323
- * ```
324
- *
325
- * If `array` is an `Array`\-like object (that is, one with a `length` property of
326
- * type `number`), it is treated as if it is an array, unless it is a `Buffer` or
327
- * a `Uint8Array`. This means all other `TypedArray` variants get treated as an `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use `Buffer.copyBytesFrom()`.
328
- *
329
- * A `TypeError` will be thrown if `array` is not an `Array` or another type
330
- * appropriate for `Buffer.from()` variants.
331
- *
332
- * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does.
333
- * @since v5.10.0
334
- */
335
- from(
336
- arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>,
337
- byteOffset?: number,
338
- length?: number,
339
- ): Buffer;
340
- /**
341
- * Creates a new Buffer using the passed {data}
342
- * @param data data to create a new Buffer
343
- */
344
- from(data: Uint8Array | readonly number[]): Buffer;
345
- from(data: WithImplicitCoercion<Uint8Array | readonly number[] | string>): Buffer;
346
- /**
347
- * Creates a new Buffer containing the given JavaScript string {str}.
348
- * If provided, the {encoding} parameter identifies the character encoding.
349
- * If not provided, {encoding} defaults to 'utf8'.
350
- */
351
- from(
352
- str:
353
- | WithImplicitCoercion<string>
354
- | {
355
- [Symbol.toPrimitive](hint: "string"): string;
356
- },
357
- encoding?: BufferEncoding,
358
- ): Buffer;
359
- /**
360
- * Creates a new Buffer using the passed {data}
361
- * @param values to create a new Buffer
362
- */
363
- of(...items: number[]): Buffer;
364
- /**
365
- * Returns `true` if `obj` is a `Buffer`, `false` otherwise.
366
- *
367
- * ```js
368
- * import { Buffer } from 'node:buffer';
369
- *
370
- * Buffer.isBuffer(Buffer.alloc(10)); // true
371
- * Buffer.isBuffer(Buffer.from('foo')); // true
372
- * Buffer.isBuffer('a string'); // false
373
- * Buffer.isBuffer([]); // false
374
- * Buffer.isBuffer(new Uint8Array(1024)); // false
375
- * ```
376
- * @since v0.1.101
377
- */
378
- isBuffer(obj: any): obj is Buffer;
379
- /**
380
- * Returns `true` if `encoding` is the name of a supported character encoding,
381
- * or `false` otherwise.
382
- *
383
- * ```js
384
- * import { Buffer } from 'node:buffer';
385
- *
386
- * console.log(Buffer.isEncoding('utf8'));
387
- * // Prints: true
388
- *
389
- * console.log(Buffer.isEncoding('hex'));
390
- * // Prints: true
391
- *
392
- * console.log(Buffer.isEncoding('utf/8'));
393
- * // Prints: false
394
- *
395
- * console.log(Buffer.isEncoding(''));
396
- * // Prints: false
397
- * ```
398
- * @since v0.9.1
399
- * @param encoding A character encoding name to check.
400
- */
401
- isEncoding(encoding: string): encoding is BufferEncoding;
402
- /**
403
- * Returns the byte length of a string when encoded using `encoding`.
404
- * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account
405
- * for the encoding that is used to convert the string into bytes.
406
- *
407
- * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input.
408
- * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the
409
- * return value might be greater than the length of a `Buffer` created from the
410
- * string.
411
- *
412
- * ```js
413
- * import { Buffer } from 'node:buffer';
414
- *
415
- * const str = '\u00bd + \u00bc = \u00be';
416
- *
417
- * console.log(`${str}: ${str.length} characters, ` +
418
- * `${Buffer.byteLength(str, 'utf8')} bytes`);
419
- * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes
420
- * ```
421
- *
422
- * When `string` is a
423
- * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/-
424
- * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop-
425
- * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned.
426
- * @since v0.1.90
427
- * @param string A value to calculate the length of.
428
- * @param [encoding='utf8'] If `string` is a string, this is its encoding.
429
- * @return The number of bytes contained within `string`.
430
- */
431
- byteLength(
432
- string: string | Buffer | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer,
433
- encoding?: BufferEncoding,
434
- ): number;
435
- /**
436
- * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together.
437
- *
438
- * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned.
439
- *
440
- * If `totalLength` is not provided, it is calculated from the `Buffer` instances
441
- * in `list` by adding their lengths.
442
- *
443
- * If `totalLength` is provided, it is coerced to an unsigned integer. If the
444
- * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is
445
- * truncated to `totalLength`.
446
- *
447
- * ```js
448
- * import { Buffer } from 'node:buffer';
449
- *
450
- * // Create a single `Buffer` from a list of three `Buffer` instances.
451
- *
452
- * const buf1 = Buffer.alloc(10);
453
- * const buf2 = Buffer.alloc(14);
454
- * const buf3 = Buffer.alloc(18);
455
- * const totalLength = buf1.length + buf2.length + buf3.length;
456
- *
457
- * console.log(totalLength);
458
- * // Prints: 42
459
- *
460
- * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength);
461
- *
462
- * console.log(bufA);
463
- * // Prints: <Buffer 00 00 00 00 ...>
464
- * console.log(bufA.length);
465
- * // Prints: 42
466
- * ```
467
- *
468
- * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does.
469
- * @since v0.7.11
470
- * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate.
471
- * @param totalLength Total length of the `Buffer` instances in `list` when concatenated.
472
- */
473
- concat(list: readonly Uint8Array[], totalLength?: number): Buffer;
474
- /**
475
- * Copies the underlying memory of `view` into a new `Buffer`.
476
- *
477
- * ```js
478
- * const u16 = new Uint16Array([0, 0xffff]);
479
- * const buf = Buffer.copyBytesFrom(u16, 1, 1);
480
- * u16[1] = 0;
481
- * console.log(buf.length); // 2
482
- * console.log(buf[0]); // 255
483
- * console.log(buf[1]); // 255
484
- * ```
485
- * @since v19.8.0
486
- * @param view The {TypedArray} to copy.
487
- * @param [offset=0] The starting offset within `view`.
488
- * @param [length=view.length - offset] The number of elements from `view` to copy.
489
- */
490
- copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer;
491
- /**
492
- * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of `Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`.
493
- *
494
- * ```js
495
- * import { Buffer } from 'node:buffer';
496
- *
497
- * const buf1 = Buffer.from('1234');
498
- * const buf2 = Buffer.from('0123');
499
- * const arr = [buf1, buf2];
500
- *
501
- * console.log(arr.sort(Buffer.compare));
502
- * // Prints: [ <Buffer 30 31 32 33>, <Buffer 31 32 33 34> ]
503
- * // (This result is equal to: [buf2, buf1].)
504
- * ```
505
- * @since v0.11.13
506
- * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details.
507
- */
508
- compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1;
509
- /**
510
- * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled.
511
- *
512
- * ```js
513
- * import { Buffer } from 'node:buffer';
514
- *
515
- * const buf = Buffer.alloc(5);
516
- *
517
- * console.log(buf);
518
- * // Prints: <Buffer 00 00 00 00 00>
519
- * ```
520
- *
521
- * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown.
522
- *
523
- * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`.
524
- *
525
- * ```js
526
- * import { Buffer } from 'node:buffer';
527
- *
528
- * const buf = Buffer.alloc(5, 'a');
529
- *
530
- * console.log(buf);
531
- * // Prints: <Buffer 61 61 61 61 61>
532
- * ```
533
- *
534
- * If both `fill` and `encoding` are specified, the allocated `Buffer` will be
535
- * initialized by calling `buf.fill(fill, encoding)`.
536
- *
537
- * ```js
538
- * import { Buffer } from 'node:buffer';
539
- *
540
- * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64');
541
- *
542
- * console.log(buf);
543
- * // Prints: <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64>
544
- * ```
545
- *
546
- * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance
547
- * contents will never contain sensitive data from previous allocations, including
548
- * data that might not have been allocated for `Buffer`s.
549
- *
550
- * A `TypeError` will be thrown if `size` is not a number.
551
- * @since v5.10.0
552
- * @param size The desired length of the new `Buffer`.
553
- * @param [fill=0] A value to pre-fill the new `Buffer` with.
554
- * @param [encoding='utf8'] If `fill` is a string, this is its encoding.
555
- */
556
- alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer;
557
- /**
558
- * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown.
559
- *
560
- * The underlying memory for `Buffer` instances created in this way is _not_
561
- * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes.
562
- *
563
- * ```js
564
- * import { Buffer } from 'node:buffer';
565
- *
566
- * const buf = Buffer.allocUnsafe(10);
567
- *
568
- * console.log(buf);
569
- * // Prints (contents may vary): <Buffer a0 8b 28 3f 01 00 00 00 50 32>
570
- *
571
- * buf.fill(0);
572
- *
573
- * console.log(buf);
574
- * // Prints: <Buffer 00 00 00 00 00 00 00 00 00 00>
575
- * ```
576
- *
577
- * A `TypeError` will be thrown if `size` is not a number.
578
- *
579
- * The `Buffer` module pre-allocates an internal `Buffer` instance of
580
- * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`,
581
- * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two).
582
- *
583
- * Use of this pre-allocated internal memory pool is a key difference between
584
- * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`.
585
- * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less
586
- * than or equal to half `Buffer.poolSize`. The
587
- * difference is subtle but can be important when an application requires the
588
- * additional performance that `Buffer.allocUnsafe()` provides.
589
- * @since v5.10.0
590
- * @param size The desired length of the new `Buffer`.
591
- */
592
- allocUnsafe(size: number): Buffer;
593
- /**
594
- * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if
595
- * `size` is 0.
596
- *
597
- * The underlying memory for `Buffer` instances created in this way is _not_
598
- * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize
599
- * such `Buffer` instances with zeroes.
600
- *
601
- * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances,
602
- * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This
603
- * allows applications to avoid the garbage collection overhead of creating many
604
- * individually allocated `Buffer` instances. This approach improves both
605
- * performance and memory usage by eliminating the need to track and clean up as
606
- * many individual `ArrayBuffer` objects.
607
- *
608
- * However, in the case where a developer may need to retain a small chunk of
609
- * memory from a pool for an indeterminate amount of time, it may be appropriate
610
- * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and
611
- * then copying out the relevant bits.
612
- *
613
- * ```js
614
- * import { Buffer } from 'node:buffer';
615
- *
616
- * // Need to keep around a few small chunks of memory.
617
- * const store = [];
618
- *
619
- * socket.on('readable', () => {
620
- * let data;
621
- * while (null !== (data = readable.read())) {
622
- * // Allocate for retained data.
623
- * const sb = Buffer.allocUnsafeSlow(10);
624
- *
625
- * // Copy the data into the new allocation.
626
- * data.copy(sb, 0, 0, 10);
627
- *
628
- * store.push(sb);
629
- * }
630
- * });
631
- * ```
632
- *
633
- * A `TypeError` will be thrown if `size` is not a number.
634
- * @since v5.12.0
635
- * @param size The desired length of the new `Buffer`.
636
- */
637
- allocUnsafeSlow(size: number): Buffer;
638
- /**
639
- * This is the size (in bytes) of pre-allocated internal `Buffer` instances used
640
- * for pooling. This value may be modified.
641
- * @since v0.11.3
642
- */
643
- poolSize: number;
644
- }
645
- interface Buffer extends Uint8Array {
646
- /**
647
- * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did
648
- * not contain enough space to fit the entire string, only part of `string` will be
649
- * written. However, partially encoded characters will not be written.
650
- *
651
- * ```js
652
- * import { Buffer } from 'node:buffer';
653
- *
654
- * const buf = Buffer.alloc(256);
655
- *
656
- * const len = buf.write('\u00bd + \u00bc = \u00be', 0);
657
- *
658
- * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`);
659
- * // Prints: 12 bytes: ½ + ¼ = ¾
660
- *
661
- * const buffer = Buffer.alloc(10);
662
- *
663
- * const length = buffer.write('abcd', 8);
664
- *
665
- * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`);
666
- * // Prints: 2 bytes : ab
667
- * ```
668
- * @since v0.1.90
669
- * @param string String to write to `buf`.
670
- * @param [offset=0] Number of bytes to skip before starting to write `string`.
671
- * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`).
672
- * @param [encoding='utf8'] The character encoding of `string`.
673
- * @return Number of bytes written.
674
- */
675
- write(string: string, encoding?: BufferEncoding): number;
676
- write(string: string, offset: number, encoding?: BufferEncoding): number;
677
- write(string: string, offset: number, length: number, encoding?: BufferEncoding): number;
678
- /**
679
- * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`.
680
- *
681
- * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8,
682
- * then each invalid byte is replaced with the replacement character `U+FFFD`.
683
- *
684
- * The maximum length of a string instance (in UTF-16 code units) is available
685
- * as {@link constants.MAX_STRING_LENGTH}.
686
- *
687
- * ```js
688
- * import { Buffer } from 'node:buffer';
689
- *
690
- * const buf1 = Buffer.allocUnsafe(26);
691
- *
692
- * for (let i = 0; i < 26; i++) {
693
- * // 97 is the decimal ASCII value for 'a'.
694
- * buf1[i] = i + 97;
695
- * }
696
- *
697
- * console.log(buf1.toString('utf8'));
698
- * // Prints: abcdefghijklmnopqrstuvwxyz
699
- * console.log(buf1.toString('utf8', 0, 5));
700
- * // Prints: abcde
701
- *
702
- * const buf2 = Buffer.from('tést');
703
- *
704
- * console.log(buf2.toString('hex'));
705
- * // Prints: 74c3a97374
706
- * console.log(buf2.toString('utf8', 0, 3));
707
- * // Prints: té
708
- * console.log(buf2.toString(undefined, 0, 3));
709
- * // Prints: té
710
- * ```
711
- * @since v0.1.90
712
- * @param [encoding='utf8'] The character encoding to use.
713
- * @param [start=0] The byte offset to start decoding at.
714
- * @param [end=buf.length] The byte offset to stop decoding at (not inclusive).
715
- */
716
- toString(encoding?: BufferEncoding, start?: number, end?: number): string;
717
- /**
718
- * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls
719
- * this function when stringifying a `Buffer` instance.
720
- *
721
- * `Buffer.from()` accepts objects in the format returned from this method.
722
- * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`.
723
- *
724
- * ```js
725
- * import { Buffer } from 'node:buffer';
726
- *
727
- * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]);
728
- * const json = JSON.stringify(buf);
729
- *
730
- * console.log(json);
731
- * // Prints: {"type":"Buffer","data":[1,2,3,4,5]}
732
- *
733
- * const copy = JSON.parse(json, (key, value) => {
734
- * return value &#x26;&#x26; value.type === 'Buffer' ?
735
- * Buffer.from(value) :
736
- * value;
737
- * });
738
- *
739
- * console.log(copy);
740
- * // Prints: <Buffer 01 02 03 04 05>
741
- * ```
742
- * @since v0.9.2
743
- */
744
- toJSON(): {
745
- type: "Buffer";
746
- data: number[];
747
- };
748
- /**
749
- * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`.
750
- *
751
- * ```js
752
- * import { Buffer } from 'node:buffer';
753
- *
754
- * const buf1 = Buffer.from('ABC');
755
- * const buf2 = Buffer.from('414243', 'hex');
756
- * const buf3 = Buffer.from('ABCD');
757
- *
758
- * console.log(buf1.equals(buf2));
759
- * // Prints: true
760
- * console.log(buf1.equals(buf3));
761
- * // Prints: false
762
- * ```
763
- * @since v0.11.13
764
- * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`.
765
- */
766
- equals(otherBuffer: Uint8Array): boolean;
767
- /**
768
- * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order.
769
- * Comparison is based on the actual sequence of bytes in each `Buffer`.
770
- *
771
- * * `0` is returned if `target` is the same as `buf`
772
- * * `1` is returned if `target` should come _before_`buf` when sorted.
773
- * * `-1` is returned if `target` should come _after_`buf` when sorted.
774
- *
775
- * ```js
776
- * import { Buffer } from 'node:buffer';
777
- *
778
- * const buf1 = Buffer.from('ABC');
779
- * const buf2 = Buffer.from('BCD');
780
- * const buf3 = Buffer.from('ABCD');
781
- *
782
- * console.log(buf1.compare(buf1));
783
- * // Prints: 0
784
- * console.log(buf1.compare(buf2));
785
- * // Prints: -1
786
- * console.log(buf1.compare(buf3));
787
- * // Prints: -1
788
- * console.log(buf2.compare(buf1));
789
- * // Prints: 1
790
- * console.log(buf2.compare(buf3));
791
- * // Prints: 1
792
- * console.log([buf1, buf2, buf3].sort(Buffer.compare));
793
- * // Prints: [ <Buffer 41 42 43>, <Buffer 41 42 43 44>, <Buffer 42 43 44> ]
794
- * // (This result is equal to: [buf1, buf3, buf2].)
795
- * ```
796
- *
797
- * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively.
798
- *
799
- * ```js
800
- * import { Buffer } from 'node:buffer';
801
- *
802
- * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]);
803
- * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]);
804
- *
805
- * console.log(buf1.compare(buf2, 5, 9, 0, 4));
806
- * // Prints: 0
807
- * console.log(buf1.compare(buf2, 0, 6, 4));
808
- * // Prints: -1
809
- * console.log(buf1.compare(buf2, 5, 6, 5));
810
- * // Prints: 1
811
- * ```
812
- *
813
- * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`.
814
- * @since v0.11.13
815
- * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`.
816
- * @param [targetStart=0] The offset within `target` at which to begin comparison.
817
- * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive).
818
- * @param [sourceStart=0] The offset within `buf` at which to begin comparison.
819
- * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive).
820
- */
821
- compare(
822
- target: Uint8Array,
823
- targetStart?: number,
824
- targetEnd?: number,
825
- sourceStart?: number,
826
- sourceEnd?: number,
827
- ): -1 | 0 | 1;
828
- /**
829
- * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`.
830
- *
831
- * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available
832
- * for all TypedArrays, including Node.js `Buffer`s, although it takes
833
- * different function arguments.
834
- *
835
- * ```js
836
- * import { Buffer } from 'node:buffer';
837
- *
838
- * // Create two `Buffer` instances.
839
- * const buf1 = Buffer.allocUnsafe(26);
840
- * const buf2 = Buffer.allocUnsafe(26).fill('!');
841
- *
842
- * for (let i = 0; i < 26; i++) {
843
- * // 97 is the decimal ASCII value for 'a'.
844
- * buf1[i] = i + 97;
845
- * }
846
- *
847
- * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`.
848
- * buf1.copy(buf2, 8, 16, 20);
849
- * // This is equivalent to:
850
- * // buf2.set(buf1.subarray(16, 20), 8);
851
- *
852
- * console.log(buf2.toString('ascii', 0, 25));
853
- * // Prints: !!!!!!!!qrst!!!!!!!!!!!!!
854
- * ```
855
- *
856
- * ```js
857
- * import { Buffer } from 'node:buffer';
858
- *
859
- * // Create a `Buffer` and copy data from one region to an overlapping region
860
- * // within the same `Buffer`.
861
- *
862
- * const buf = Buffer.allocUnsafe(26);
863
- *
864
- * for (let i = 0; i < 26; i++) {
865
- * // 97 is the decimal ASCII value for 'a'.
866
- * buf[i] = i + 97;
867
- * }
868
- *
869
- * buf.copy(buf, 0, 4, 10);
870
- *
871
- * console.log(buf.toString());
872
- * // Prints: efghijghijklmnopqrstuvwxyz
873
- * ```
874
- * @since v0.1.90
875
- * @param target A `Buffer` or {@link Uint8Array} to copy into.
876
- * @param [targetStart=0] The offset within `target` at which to begin writing.
877
- * @param [sourceStart=0] The offset within `buf` from which to begin copying.
878
- * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive).
879
- * @return The number of bytes copied.
880
- */
881
- copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;
882
- /**
883
- * Returns a new `Buffer` that references the same memory as the original, but
884
- * offset and cropped by the `start` and `end` indices.
885
- *
886
- * This method is not compatible with the `Uint8Array.prototype.slice()`,
887
- * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`.
888
- *
889
- * ```js
890
- * import { Buffer } from 'node:buffer';
891
- *
892
- * const buf = Buffer.from('buffer');
893
- *
894
- * const copiedBuf = Uint8Array.prototype.slice.call(buf);
895
- * copiedBuf[0]++;
896
- * console.log(copiedBuf.toString());
897
- * // Prints: cuffer
898
- *
899
- * console.log(buf.toString());
900
- * // Prints: buffer
901
- *
902
- * // With buf.slice(), the original buffer is modified.
903
- * const notReallyCopiedBuf = buf.slice();
904
- * notReallyCopiedBuf[0]++;
905
- * console.log(notReallyCopiedBuf.toString());
906
- * // Prints: cuffer
907
- * console.log(buf.toString());
908
- * // Also prints: cuffer (!)
909
- * ```
910
- * @since v0.3.0
911
- * @deprecated Use `subarray` instead.
912
- * @param [start=0] Where the new `Buffer` will start.
913
- * @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
914
- */
915
- slice(start?: number, end?: number): Buffer;
916
- /**
917
- * Returns a new `Buffer` that references the same memory as the original, but
918
- * offset and cropped by the `start` and `end` indices.
919
- *
920
- * Specifying `end` greater than `buf.length` will return the same result as
921
- * that of `end` equal to `buf.length`.
922
- *
923
- * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray).
924
- *
925
- * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap.
926
- *
927
- * ```js
928
- * import { Buffer } from 'node:buffer';
929
- *
930
- * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte
931
- * // from the original `Buffer`.
932
- *
933
- * const buf1 = Buffer.allocUnsafe(26);
934
- *
935
- * for (let i = 0; i < 26; i++) {
936
- * // 97 is the decimal ASCII value for 'a'.
937
- * buf1[i] = i + 97;
938
- * }
939
- *
940
- * const buf2 = buf1.subarray(0, 3);
941
- *
942
- * console.log(buf2.toString('ascii', 0, buf2.length));
943
- * // Prints: abc
944
- *
945
- * buf1[0] = 33;
946
- *
947
- * console.log(buf2.toString('ascii', 0, buf2.length));
948
- * // Prints: !bc
949
- * ```
950
- *
951
- * Specifying negative indexes causes the slice to be generated relative to the
952
- * end of `buf` rather than the beginning.
953
- *
954
- * ```js
955
- * import { Buffer } from 'node:buffer';
956
- *
957
- * const buf = Buffer.from('buffer');
958
- *
959
- * console.log(buf.subarray(-6, -1).toString());
960
- * // Prints: buffe
961
- * // (Equivalent to buf.subarray(0, 5).)
962
- *
963
- * console.log(buf.subarray(-6, -2).toString());
964
- * // Prints: buff
965
- * // (Equivalent to buf.subarray(0, 4).)
966
- *
967
- * console.log(buf.subarray(-5, -2).toString());
968
- * // Prints: uff
969
- * // (Equivalent to buf.subarray(1, 4).)
970
- * ```
971
- * @since v3.0.0
972
- * @param [start=0] Where the new `Buffer` will start.
973
- * @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
974
- */
975
- subarray(start?: number, end?: number): Buffer;
976
- /**
977
- * Writes `value` to `buf` at the specified `offset` as big-endian.
978
- *
979
- * `value` is interpreted and written as a two's complement signed integer.
980
- *
981
- * ```js
982
- * import { Buffer } from 'node:buffer';
983
- *
984
- * const buf = Buffer.allocUnsafe(8);
985
- *
986
- * buf.writeBigInt64BE(0x0102030405060708n, 0);
987
- *
988
- * console.log(buf);
989
- * // Prints: <Buffer 01 02 03 04 05 06 07 08>
990
- * ```
991
- * @since v12.0.0, v10.20.0
992
- * @param value Number to be written to `buf`.
993
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
994
- * @return `offset` plus the number of bytes written.
995
- */
996
- writeBigInt64BE(value: bigint, offset?: number): number;
997
- /**
998
- * Writes `value` to `buf` at the specified `offset` as little-endian.
999
- *
1000
- * `value` is interpreted and written as a two's complement signed integer.
1001
- *
1002
- * ```js
1003
- * import { Buffer } from 'node:buffer';
1004
- *
1005
- * const buf = Buffer.allocUnsafe(8);
1006
- *
1007
- * buf.writeBigInt64LE(0x0102030405060708n, 0);
1008
- *
1009
- * console.log(buf);
1010
- * // Prints: <Buffer 08 07 06 05 04 03 02 01>
1011
- * ```
1012
- * @since v12.0.0, v10.20.0
1013
- * @param value Number to be written to `buf`.
1014
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
1015
- * @return `offset` plus the number of bytes written.
1016
- */
1017
- writeBigInt64LE(value: bigint, offset?: number): number;
1018
- /**
1019
- * Writes `value` to `buf` at the specified `offset` as big-endian.
1020
- *
1021
- * This function is also available under the `writeBigUint64BE` alias.
1022
- *
1023
- * ```js
1024
- * import { Buffer } from 'node:buffer';
1025
- *
1026
- * const buf = Buffer.allocUnsafe(8);
1027
- *
1028
- * buf.writeBigUInt64BE(0xdecafafecacefaden, 0);
1029
- *
1030
- * console.log(buf);
1031
- * // Prints: <Buffer de ca fa fe ca ce fa de>
1032
- * ```
1033
- * @since v12.0.0, v10.20.0
1034
- * @param value Number to be written to `buf`.
1035
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
1036
- * @return `offset` plus the number of bytes written.
1037
- */
1038
- writeBigUInt64BE(value: bigint, offset?: number): number;
1039
- /**
1040
- * @alias Buffer.writeBigUInt64BE
1041
- * @since v14.10.0, v12.19.0
1042
- */
1043
- writeBigUint64BE(value: bigint, offset?: number): number;
1044
- /**
1045
- * Writes `value` to `buf` at the specified `offset` as little-endian
1046
- *
1047
- * ```js
1048
- * import { Buffer } from 'node:buffer';
1049
- *
1050
- * const buf = Buffer.allocUnsafe(8);
1051
- *
1052
- * buf.writeBigUInt64LE(0xdecafafecacefaden, 0);
1053
- *
1054
- * console.log(buf);
1055
- * // Prints: <Buffer de fa ce ca fe fa ca de>
1056
- * ```
1057
- *
1058
- * This function is also available under the `writeBigUint64LE` alias.
1059
- * @since v12.0.0, v10.20.0
1060
- * @param value Number to be written to `buf`.
1061
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
1062
- * @return `offset` plus the number of bytes written.
1063
- */
1064
- writeBigUInt64LE(value: bigint, offset?: number): number;
1065
- /**
1066
- * @alias Buffer.writeBigUInt64LE
1067
- * @since v14.10.0, v12.19.0
1068
- */
1069
- writeBigUint64LE(value: bigint, offset?: number): number;
1070
- /**
1071
- * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined
1072
- * when `value` is anything other than an unsigned integer.
1073
- *
1074
- * This function is also available under the `writeUintLE` alias.
1075
- *
1076
- * ```js
1077
- * import { Buffer } from 'node:buffer';
1078
- *
1079
- * const buf = Buffer.allocUnsafe(6);
1080
- *
1081
- * buf.writeUIntLE(0x1234567890ab, 0, 6);
1082
- *
1083
- * console.log(buf);
1084
- * // Prints: <Buffer ab 90 78 56 34 12>
1085
- * ```
1086
- * @since v0.5.5
1087
- * @param value Number to be written to `buf`.
1088
- * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
1089
- * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
1090
- * @return `offset` plus the number of bytes written.
1091
- */
1092
- writeUIntLE(value: number, offset: number, byteLength: number): number;
1093
- /**
1094
- * @alias Buffer.writeUIntLE
1095
- * @since v14.9.0, v12.19.0
1096
- */
1097
- writeUintLE(value: number, offset: number, byteLength: number): number;
1098
- /**
1099
- * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined
1100
- * when `value` is anything other than an unsigned integer.
1101
- *
1102
- * This function is also available under the `writeUintBE` alias.
1103
- *
1104
- * ```js
1105
- * import { Buffer } from 'node:buffer';
1106
- *
1107
- * const buf = Buffer.allocUnsafe(6);
1108
- *
1109
- * buf.writeUIntBE(0x1234567890ab, 0, 6);
1110
- *
1111
- * console.log(buf);
1112
- * // Prints: <Buffer 12 34 56 78 90 ab>
1113
- * ```
1114
- * @since v0.5.5
1115
- * @param value Number to be written to `buf`.
1116
- * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
1117
- * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
1118
- * @return `offset` plus the number of bytes written.
1119
- */
1120
- writeUIntBE(value: number, offset: number, byteLength: number): number;
1121
- /**
1122
- * @alias Buffer.writeUIntBE
1123
- * @since v14.9.0, v12.19.0
1124
- */
1125
- writeUintBE(value: number, offset: number, byteLength: number): number;
1126
- /**
1127
- * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined
1128
- * when `value` is anything other than a signed integer.
1129
- *
1130
- * ```js
1131
- * import { Buffer } from 'node:buffer';
1132
- *
1133
- * const buf = Buffer.allocUnsafe(6);
1134
- *
1135
- * buf.writeIntLE(0x1234567890ab, 0, 6);
1136
- *
1137
- * console.log(buf);
1138
- * // Prints: <Buffer ab 90 78 56 34 12>
1139
- * ```
1140
- * @since v0.11.15
1141
- * @param value Number to be written to `buf`.
1142
- * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
1143
- * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
1144
- * @return `offset` plus the number of bytes written.
1145
- */
1146
- writeIntLE(value: number, offset: number, byteLength: number): number;
1147
- /**
1148
- * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a
1149
- * signed integer.
1150
- *
1151
- * ```js
1152
- * import { Buffer } from 'node:buffer';
1153
- *
1154
- * const buf = Buffer.allocUnsafe(6);
1155
- *
1156
- * buf.writeIntBE(0x1234567890ab, 0, 6);
1157
- *
1158
- * console.log(buf);
1159
- * // Prints: <Buffer 12 34 56 78 90 ab>
1160
- * ```
1161
- * @since v0.11.15
1162
- * @param value Number to be written to `buf`.
1163
- * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
1164
- * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
1165
- * @return `offset` plus the number of bytes written.
1166
- */
1167
- writeIntBE(value: number, offset: number, byteLength: number): number;
1168
- /**
1169
- * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`.
1170
- *
1171
- * This function is also available under the `readBigUint64BE` alias.
1172
- *
1173
- * ```js
1174
- * import { Buffer } from 'node:buffer';
1175
- *
1176
- * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]);
1177
- *
1178
- * console.log(buf.readBigUInt64BE(0));
1179
- * // Prints: 4294967295n
1180
- * ```
1181
- * @since v12.0.0, v10.20.0
1182
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
1183
- */
1184
- readBigUInt64BE(offset?: number): bigint;
1185
- /**
1186
- * @alias Buffer.readBigUInt64BE
1187
- * @since v14.10.0, v12.19.0
1188
- */
1189
- readBigUint64BE(offset?: number): bigint;
1190
- /**
1191
- * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`.
1192
- *
1193
- * This function is also available under the `readBigUint64LE` alias.
1194
- *
1195
- * ```js
1196
- * import { Buffer } from 'node:buffer';
1197
- *
1198
- * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]);
1199
- *
1200
- * console.log(buf.readBigUInt64LE(0));
1201
- * // Prints: 18446744069414584320n
1202
- * ```
1203
- * @since v12.0.0, v10.20.0
1204
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
1205
- */
1206
- readBigUInt64LE(offset?: number): bigint;
1207
- /**
1208
- * @alias Buffer.readBigUInt64LE
1209
- * @since v14.10.0, v12.19.0
1210
- */
1211
- readBigUint64LE(offset?: number): bigint;
1212
- /**
1213
- * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`.
1214
- *
1215
- * Integers read from a `Buffer` are interpreted as two's complement signed
1216
- * values.
1217
- * @since v12.0.0, v10.20.0
1218
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
1219
- */
1220
- readBigInt64BE(offset?: number): bigint;
1221
- /**
1222
- * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`.
1223
- *
1224
- * Integers read from a `Buffer` are interpreted as two's complement signed
1225
- * values.
1226
- * @since v12.0.0, v10.20.0
1227
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
1228
- */
1229
- readBigInt64LE(offset?: number): bigint;
1230
- /**
1231
- * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting
1232
- * up to 48 bits of accuracy.
1233
- *
1234
- * This function is also available under the `readUintLE` alias.
1235
- *
1236
- * ```js
1237
- * import { Buffer } from 'node:buffer';
1238
- *
1239
- * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
1240
- *
1241
- * console.log(buf.readUIntLE(0, 6).toString(16));
1242
- * // Prints: ab9078563412
1243
- * ```
1244
- * @since v0.11.15
1245
- * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
1246
- * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
1247
- */
1248
- readUIntLE(offset: number, byteLength: number): number;
1249
- /**
1250
- * @alias Buffer.readUIntLE
1251
- * @since v14.9.0, v12.19.0
1252
- */
1253
- readUintLE(offset: number, byteLength: number): number;
1254
- /**
1255
- * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting
1256
- * up to 48 bits of accuracy.
1257
- *
1258
- * This function is also available under the `readUintBE` alias.
1259
- *
1260
- * ```js
1261
- * import { Buffer } from 'node:buffer';
1262
- *
1263
- * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
1264
- *
1265
- * console.log(buf.readUIntBE(0, 6).toString(16));
1266
- * // Prints: 1234567890ab
1267
- * console.log(buf.readUIntBE(1, 6).toString(16));
1268
- * // Throws ERR_OUT_OF_RANGE.
1269
- * ```
1270
- * @since v0.11.15
1271
- * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
1272
- * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
1273
- */
1274
- readUIntBE(offset: number, byteLength: number): number;
1275
- /**
1276
- * @alias Buffer.readUIntBE
1277
- * @since v14.9.0, v12.19.0
1278
- */
1279
- readUintBE(offset: number, byteLength: number): number;
1280
- /**
1281
- * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value
1282
- * supporting up to 48 bits of accuracy.
1283
- *
1284
- * ```js
1285
- * import { Buffer } from 'node:buffer';
1286
- *
1287
- * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
1288
- *
1289
- * console.log(buf.readIntLE(0, 6).toString(16));
1290
- * // Prints: -546f87a9cbee
1291
- * ```
1292
- * @since v0.11.15
1293
- * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
1294
- * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
1295
- */
1296
- readIntLE(offset: number, byteLength: number): number;
1297
- /**
1298
- * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value
1299
- * supporting up to 48 bits of accuracy.
1300
- *
1301
- * ```js
1302
- * import { Buffer } from 'node:buffer';
1303
- *
1304
- * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
1305
- *
1306
- * console.log(buf.readIntBE(0, 6).toString(16));
1307
- * // Prints: 1234567890ab
1308
- * console.log(buf.readIntBE(1, 6).toString(16));
1309
- * // Throws ERR_OUT_OF_RANGE.
1310
- * console.log(buf.readIntBE(1, 0).toString(16));
1311
- * // Throws ERR_OUT_OF_RANGE.
1312
- * ```
1313
- * @since v0.11.15
1314
- * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
1315
- * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
1316
- */
1317
- readIntBE(offset: number, byteLength: number): number;
1318
- /**
1319
- * Reads an unsigned 8-bit integer from `buf` at the specified `offset`.
1320
- *
1321
- * This function is also available under the `readUint8` alias.
1322
- *
1323
- * ```js
1324
- * import { Buffer } from 'node:buffer';
1325
- *
1326
- * const buf = Buffer.from([1, -2]);
1327
- *
1328
- * console.log(buf.readUInt8(0));
1329
- * // Prints: 1
1330
- * console.log(buf.readUInt8(1));
1331
- * // Prints: 254
1332
- * console.log(buf.readUInt8(2));
1333
- * // Throws ERR_OUT_OF_RANGE.
1334
- * ```
1335
- * @since v0.5.0
1336
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`.
1337
- */
1338
- readUInt8(offset?: number): number;
1339
- /**
1340
- * @alias Buffer.readUInt8
1341
- * @since v14.9.0, v12.19.0
1342
- */
1343
- readUint8(offset?: number): number;
1344
- /**
1345
- * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`.
1346
- *
1347
- * This function is also available under the `readUint16LE` alias.
1348
- *
1349
- * ```js
1350
- * import { Buffer } from 'node:buffer';
1351
- *
1352
- * const buf = Buffer.from([0x12, 0x34, 0x56]);
1353
- *
1354
- * console.log(buf.readUInt16LE(0).toString(16));
1355
- * // Prints: 3412
1356
- * console.log(buf.readUInt16LE(1).toString(16));
1357
- * // Prints: 5634
1358
- * console.log(buf.readUInt16LE(2).toString(16));
1359
- * // Throws ERR_OUT_OF_RANGE.
1360
- * ```
1361
- * @since v0.5.5
1362
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
1363
- */
1364
- readUInt16LE(offset?: number): number;
1365
- /**
1366
- * @alias Buffer.readUInt16LE
1367
- * @since v14.9.0, v12.19.0
1368
- */
1369
- readUint16LE(offset?: number): number;
1370
- /**
1371
- * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`.
1372
- *
1373
- * This function is also available under the `readUint16BE` alias.
1374
- *
1375
- * ```js
1376
- * import { Buffer } from 'node:buffer';
1377
- *
1378
- * const buf = Buffer.from([0x12, 0x34, 0x56]);
1379
- *
1380
- * console.log(buf.readUInt16BE(0).toString(16));
1381
- * // Prints: 1234
1382
- * console.log(buf.readUInt16BE(1).toString(16));
1383
- * // Prints: 3456
1384
- * ```
1385
- * @since v0.5.5
1386
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
1387
- */
1388
- readUInt16BE(offset?: number): number;
1389
- /**
1390
- * @alias Buffer.readUInt16BE
1391
- * @since v14.9.0, v12.19.0
1392
- */
1393
- readUint16BE(offset?: number): number;
1394
- /**
1395
- * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`.
1396
- *
1397
- * This function is also available under the `readUint32LE` alias.
1398
- *
1399
- * ```js
1400
- * import { Buffer } from 'node:buffer';
1401
- *
1402
- * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]);
1403
- *
1404
- * console.log(buf.readUInt32LE(0).toString(16));
1405
- * // Prints: 78563412
1406
- * console.log(buf.readUInt32LE(1).toString(16));
1407
- * // Throws ERR_OUT_OF_RANGE.
1408
- * ```
1409
- * @since v0.5.5
1410
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
1411
- */
1412
- readUInt32LE(offset?: number): number;
1413
- /**
1414
- * @alias Buffer.readUInt32LE
1415
- * @since v14.9.0, v12.19.0
1416
- */
1417
- readUint32LE(offset?: number): number;
1418
- /**
1419
- * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`.
1420
- *
1421
- * This function is also available under the `readUint32BE` alias.
1422
- *
1423
- * ```js
1424
- * import { Buffer } from 'node:buffer';
1425
- *
1426
- * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]);
1427
- *
1428
- * console.log(buf.readUInt32BE(0).toString(16));
1429
- * // Prints: 12345678
1430
- * ```
1431
- * @since v0.5.5
1432
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
1433
- */
1434
- readUInt32BE(offset?: number): number;
1435
- /**
1436
- * @alias Buffer.readUInt32BE
1437
- * @since v14.9.0, v12.19.0
1438
- */
1439
- readUint32BE(offset?: number): number;
1440
- /**
1441
- * Reads a signed 8-bit integer from `buf` at the specified `offset`.
1442
- *
1443
- * Integers read from a `Buffer` are interpreted as two's complement signed values.
1444
- *
1445
- * ```js
1446
- * import { Buffer } from 'node:buffer';
1447
- *
1448
- * const buf = Buffer.from([-1, 5]);
1449
- *
1450
- * console.log(buf.readInt8(0));
1451
- * // Prints: -1
1452
- * console.log(buf.readInt8(1));
1453
- * // Prints: 5
1454
- * console.log(buf.readInt8(2));
1455
- * // Throws ERR_OUT_OF_RANGE.
1456
- * ```
1457
- * @since v0.5.0
1458
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`.
1459
- */
1460
- readInt8(offset?: number): number;
1461
- /**
1462
- * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`.
1463
- *
1464
- * Integers read from a `Buffer` are interpreted as two's complement signed values.
1465
- *
1466
- * ```js
1467
- * import { Buffer } from 'node:buffer';
1468
- *
1469
- * const buf = Buffer.from([0, 5]);
1470
- *
1471
- * console.log(buf.readInt16LE(0));
1472
- * // Prints: 1280
1473
- * console.log(buf.readInt16LE(1));
1474
- * // Throws ERR_OUT_OF_RANGE.
1475
- * ```
1476
- * @since v0.5.5
1477
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
1478
- */
1479
- readInt16LE(offset?: number): number;
1480
- /**
1481
- * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`.
1482
- *
1483
- * Integers read from a `Buffer` are interpreted as two's complement signed values.
1484
- *
1485
- * ```js
1486
- * import { Buffer } from 'node:buffer';
1487
- *
1488
- * const buf = Buffer.from([0, 5]);
1489
- *
1490
- * console.log(buf.readInt16BE(0));
1491
- * // Prints: 5
1492
- * ```
1493
- * @since v0.5.5
1494
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
1495
- */
1496
- readInt16BE(offset?: number): number;
1497
- /**
1498
- * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`.
1499
- *
1500
- * Integers read from a `Buffer` are interpreted as two's complement signed values.
1501
- *
1502
- * ```js
1503
- * import { Buffer } from 'node:buffer';
1504
- *
1505
- * const buf = Buffer.from([0, 0, 0, 5]);
1506
- *
1507
- * console.log(buf.readInt32LE(0));
1508
- * // Prints: 83886080
1509
- * console.log(buf.readInt32LE(1));
1510
- * // Throws ERR_OUT_OF_RANGE.
1511
- * ```
1512
- * @since v0.5.5
1513
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
1514
- */
1515
- readInt32LE(offset?: number): number;
1516
- /**
1517
- * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`.
1518
- *
1519
- * Integers read from a `Buffer` are interpreted as two's complement signed values.
1520
- *
1521
- * ```js
1522
- * import { Buffer } from 'node:buffer';
1523
- *
1524
- * const buf = Buffer.from([0, 0, 0, 5]);
1525
- *
1526
- * console.log(buf.readInt32BE(0));
1527
- * // Prints: 5
1528
- * ```
1529
- * @since v0.5.5
1530
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
1531
- */
1532
- readInt32BE(offset?: number): number;
1533
- /**
1534
- * Reads a 32-bit, little-endian float from `buf` at the specified `offset`.
1535
- *
1536
- * ```js
1537
- * import { Buffer } from 'node:buffer';
1538
- *
1539
- * const buf = Buffer.from([1, 2, 3, 4]);
1540
- *
1541
- * console.log(buf.readFloatLE(0));
1542
- * // Prints: 1.539989614439558e-36
1543
- * console.log(buf.readFloatLE(1));
1544
- * // Throws ERR_OUT_OF_RANGE.
1545
- * ```
1546
- * @since v0.11.15
1547
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
1548
- */
1549
- readFloatLE(offset?: number): number;
1550
- /**
1551
- * Reads a 32-bit, big-endian float from `buf` at the specified `offset`.
1552
- *
1553
- * ```js
1554
- * import { Buffer } from 'node:buffer';
1555
- *
1556
- * const buf = Buffer.from([1, 2, 3, 4]);
1557
- *
1558
- * console.log(buf.readFloatBE(0));
1559
- * // Prints: 2.387939260590663e-38
1560
- * ```
1561
- * @since v0.11.15
1562
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
1563
- */
1564
- readFloatBE(offset?: number): number;
1565
- /**
1566
- * Reads a 64-bit, little-endian double from `buf` at the specified `offset`.
1567
- *
1568
- * ```js
1569
- * import { Buffer } from 'node:buffer';
1570
- *
1571
- * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]);
1572
- *
1573
- * console.log(buf.readDoubleLE(0));
1574
- * // Prints: 5.447603722011605e-270
1575
- * console.log(buf.readDoubleLE(1));
1576
- * // Throws ERR_OUT_OF_RANGE.
1577
- * ```
1578
- * @since v0.11.15
1579
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`.
1580
- */
1581
- readDoubleLE(offset?: number): number;
1582
- /**
1583
- * Reads a 64-bit, big-endian double from `buf` at the specified `offset`.
1584
- *
1585
- * ```js
1586
- * import { Buffer } from 'node:buffer';
1587
- *
1588
- * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]);
1589
- *
1590
- * console.log(buf.readDoubleBE(0));
1591
- * // Prints: 8.20788039913184e-304
1592
- * ```
1593
- * @since v0.11.15
1594
- * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`.
1595
- */
1596
- readDoubleBE(offset?: number): number;
1597
- reverse(): this;
1598
- /**
1599
- * Interprets `buf` as an array of unsigned 16-bit integers and swaps the
1600
- * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2.
1601
- *
1602
- * ```js
1603
- * import { Buffer } from 'node:buffer';
1604
- *
1605
- * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
1606
- *
1607
- * console.log(buf1);
1608
- * // Prints: <Buffer 01 02 03 04 05 06 07 08>
1609
- *
1610
- * buf1.swap16();
1611
- *
1612
- * console.log(buf1);
1613
- * // Prints: <Buffer 02 01 04 03 06 05 08 07>
1614
- *
1615
- * const buf2 = Buffer.from([0x1, 0x2, 0x3]);
1616
- *
1617
- * buf2.swap16();
1618
- * // Throws ERR_INVALID_BUFFER_SIZE.
1619
- * ```
1620
- *
1621
- * One convenient use of `buf.swap16()` is to perform a fast in-place conversion
1622
- * between UTF-16 little-endian and UTF-16 big-endian:
1623
- *
1624
- * ```js
1625
- * import { Buffer } from 'node:buffer';
1626
- *
1627
- * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le');
1628
- * buf.swap16(); // Convert to big-endian UTF-16 text.
1629
- * ```
1630
- * @since v5.10.0
1631
- * @return A reference to `buf`.
1632
- */
1633
- swap16(): Buffer;
1634
- /**
1635
- * Interprets `buf` as an array of unsigned 32-bit integers and swaps the
1636
- * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4.
1637
- *
1638
- * ```js
1639
- * import { Buffer } from 'node:buffer';
1640
- *
1641
- * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
1642
- *
1643
- * console.log(buf1);
1644
- * // Prints: <Buffer 01 02 03 04 05 06 07 08>
1645
- *
1646
- * buf1.swap32();
1647
- *
1648
- * console.log(buf1);
1649
- * // Prints: <Buffer 04 03 02 01 08 07 06 05>
1650
- *
1651
- * const buf2 = Buffer.from([0x1, 0x2, 0x3]);
1652
- *
1653
- * buf2.swap32();
1654
- * // Throws ERR_INVALID_BUFFER_SIZE.
1655
- * ```
1656
- * @since v5.10.0
1657
- * @return A reference to `buf`.
1658
- */
1659
- swap32(): Buffer;
1660
- /**
1661
- * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_.
1662
- * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8.
1663
- *
1664
- * ```js
1665
- * import { Buffer } from 'node:buffer';
1666
- *
1667
- * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
1668
- *
1669
- * console.log(buf1);
1670
- * // Prints: <Buffer 01 02 03 04 05 06 07 08>
1671
- *
1672
- * buf1.swap64();
1673
- *
1674
- * console.log(buf1);
1675
- * // Prints: <Buffer 08 07 06 05 04 03 02 01>
1676
- *
1677
- * const buf2 = Buffer.from([0x1, 0x2, 0x3]);
1678
- *
1679
- * buf2.swap64();
1680
- * // Throws ERR_INVALID_BUFFER_SIZE.
1681
- * ```
1682
- * @since v6.3.0
1683
- * @return A reference to `buf`.
1684
- */
1685
- swap64(): Buffer;
1686
- /**
1687
- * Writes `value` to `buf` at the specified `offset`. `value` must be a
1688
- * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything
1689
- * other than an unsigned 8-bit integer.
1690
- *
1691
- * This function is also available under the `writeUint8` alias.
1692
- *
1693
- * ```js
1694
- * import { Buffer } from 'node:buffer';
1695
- *
1696
- * const buf = Buffer.allocUnsafe(4);
1697
- *
1698
- * buf.writeUInt8(0x3, 0);
1699
- * buf.writeUInt8(0x4, 1);
1700
- * buf.writeUInt8(0x23, 2);
1701
- * buf.writeUInt8(0x42, 3);
1702
- *
1703
- * console.log(buf);
1704
- * // Prints: <Buffer 03 04 23 42>
1705
- * ```
1706
- * @since v0.5.0
1707
- * @param value Number to be written to `buf`.
1708
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`.
1709
- * @return `offset` plus the number of bytes written.
1710
- */
1711
- writeUInt8(value: number, offset?: number): number;
1712
- /**
1713
- * @alias Buffer.writeUInt8
1714
- * @since v14.9.0, v12.19.0
1715
- */
1716
- writeUint8(value: number, offset?: number): number;
1717
- /**
1718
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is
1719
- * anything other than an unsigned 16-bit integer.
1720
- *
1721
- * This function is also available under the `writeUint16LE` alias.
1722
- *
1723
- * ```js
1724
- * import { Buffer } from 'node:buffer';
1725
- *
1726
- * const buf = Buffer.allocUnsafe(4);
1727
- *
1728
- * buf.writeUInt16LE(0xdead, 0);
1729
- * buf.writeUInt16LE(0xbeef, 2);
1730
- *
1731
- * console.log(buf);
1732
- * // Prints: <Buffer ad de ef be>
1733
- * ```
1734
- * @since v0.5.5
1735
- * @param value Number to be written to `buf`.
1736
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
1737
- * @return `offset` plus the number of bytes written.
1738
- */
1739
- writeUInt16LE(value: number, offset?: number): number;
1740
- /**
1741
- * @alias Buffer.writeUInt16LE
1742
- * @since v14.9.0, v12.19.0
1743
- */
1744
- writeUint16LE(value: number, offset?: number): number;
1745
- /**
1746
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an
1747
- * unsigned 16-bit integer.
1748
- *
1749
- * This function is also available under the `writeUint16BE` alias.
1750
- *
1751
- * ```js
1752
- * import { Buffer } from 'node:buffer';
1753
- *
1754
- * const buf = Buffer.allocUnsafe(4);
1755
- *
1756
- * buf.writeUInt16BE(0xdead, 0);
1757
- * buf.writeUInt16BE(0xbeef, 2);
1758
- *
1759
- * console.log(buf);
1760
- * // Prints: <Buffer de ad be ef>
1761
- * ```
1762
- * @since v0.5.5
1763
- * @param value Number to be written to `buf`.
1764
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
1765
- * @return `offset` plus the number of bytes written.
1766
- */
1767
- writeUInt16BE(value: number, offset?: number): number;
1768
- /**
1769
- * @alias Buffer.writeUInt16BE
1770
- * @since v14.9.0, v12.19.0
1771
- */
1772
- writeUint16BE(value: number, offset?: number): number;
1773
- /**
1774
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is
1775
- * anything other than an unsigned 32-bit integer.
1776
- *
1777
- * This function is also available under the `writeUint32LE` alias.
1778
- *
1779
- * ```js
1780
- * import { Buffer } from 'node:buffer';
1781
- *
1782
- * const buf = Buffer.allocUnsafe(4);
1783
- *
1784
- * buf.writeUInt32LE(0xfeedface, 0);
1785
- *
1786
- * console.log(buf);
1787
- * // Prints: <Buffer ce fa ed fe>
1788
- * ```
1789
- * @since v0.5.5
1790
- * @param value Number to be written to `buf`.
1791
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
1792
- * @return `offset` plus the number of bytes written.
1793
- */
1794
- writeUInt32LE(value: number, offset?: number): number;
1795
- /**
1796
- * @alias Buffer.writeUInt32LE
1797
- * @since v14.9.0, v12.19.0
1798
- */
1799
- writeUint32LE(value: number, offset?: number): number;
1800
- /**
1801
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an
1802
- * unsigned 32-bit integer.
1803
- *
1804
- * This function is also available under the `writeUint32BE` alias.
1805
- *
1806
- * ```js
1807
- * import { Buffer } from 'node:buffer';
1808
- *
1809
- * const buf = Buffer.allocUnsafe(4);
1810
- *
1811
- * buf.writeUInt32BE(0xfeedface, 0);
1812
- *
1813
- * console.log(buf);
1814
- * // Prints: <Buffer fe ed fa ce>
1815
- * ```
1816
- * @since v0.5.5
1817
- * @param value Number to be written to `buf`.
1818
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
1819
- * @return `offset` plus the number of bytes written.
1820
- */
1821
- writeUInt32BE(value: number, offset?: number): number;
1822
- /**
1823
- * @alias Buffer.writeUInt32BE
1824
- * @since v14.9.0, v12.19.0
1825
- */
1826
- writeUint32BE(value: number, offset?: number): number;
1827
- /**
1828
- * Writes `value` to `buf` at the specified `offset`. `value` must be a valid
1829
- * signed 8-bit integer. Behavior is undefined when `value` is anything other than
1830
- * a signed 8-bit integer.
1831
- *
1832
- * `value` is interpreted and written as a two's complement signed integer.
1833
- *
1834
- * ```js
1835
- * import { Buffer } from 'node:buffer';
1836
- *
1837
- * const buf = Buffer.allocUnsafe(2);
1838
- *
1839
- * buf.writeInt8(2, 0);
1840
- * buf.writeInt8(-2, 1);
1841
- *
1842
- * console.log(buf);
1843
- * // Prints: <Buffer 02 fe>
1844
- * ```
1845
- * @since v0.5.0
1846
- * @param value Number to be written to `buf`.
1847
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`.
1848
- * @return `offset` plus the number of bytes written.
1849
- */
1850
- writeInt8(value: number, offset?: number): number;
1851
- /**
1852
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
1853
- * anything other than a signed 16-bit integer.
1854
- *
1855
- * The `value` is interpreted and written as a two's complement signed integer.
1856
- *
1857
- * ```js
1858
- * import { Buffer } from 'node:buffer';
1859
- *
1860
- * const buf = Buffer.allocUnsafe(2);
1861
- *
1862
- * buf.writeInt16LE(0x0304, 0);
1863
- *
1864
- * console.log(buf);
1865
- * // Prints: <Buffer 04 03>
1866
- * ```
1867
- * @since v0.5.5
1868
- * @param value Number to be written to `buf`.
1869
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
1870
- * @return `offset` plus the number of bytes written.
1871
- */
1872
- writeInt16LE(value: number, offset?: number): number;
1873
- /**
1874
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
1875
- * anything other than a signed 16-bit integer.
1876
- *
1877
- * The `value` is interpreted and written as a two's complement signed integer.
1878
- *
1879
- * ```js
1880
- * import { Buffer } from 'node:buffer';
1881
- *
1882
- * const buf = Buffer.allocUnsafe(2);
1883
- *
1884
- * buf.writeInt16BE(0x0102, 0);
1885
- *
1886
- * console.log(buf);
1887
- * // Prints: <Buffer 01 02>
1888
- * ```
1889
- * @since v0.5.5
1890
- * @param value Number to be written to `buf`.
1891
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
1892
- * @return `offset` plus the number of bytes written.
1893
- */
1894
- writeInt16BE(value: number, offset?: number): number;
1895
- /**
1896
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
1897
- * anything other than a signed 32-bit integer.
1898
- *
1899
- * The `value` is interpreted and written as a two's complement signed integer.
1900
- *
1901
- * ```js
1902
- * import { Buffer } from 'node:buffer';
1903
- *
1904
- * const buf = Buffer.allocUnsafe(4);
1905
- *
1906
- * buf.writeInt32LE(0x05060708, 0);
1907
- *
1908
- * console.log(buf);
1909
- * // Prints: <Buffer 08 07 06 05>
1910
- * ```
1911
- * @since v0.5.5
1912
- * @param value Number to be written to `buf`.
1913
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
1914
- * @return `offset` plus the number of bytes written.
1915
- */
1916
- writeInt32LE(value: number, offset?: number): number;
1917
- /**
1918
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
1919
- * anything other than a signed 32-bit integer.
1920
- *
1921
- * The `value` is interpreted and written as a two's complement signed integer.
1922
- *
1923
- * ```js
1924
- * import { Buffer } from 'node:buffer';
1925
- *
1926
- * const buf = Buffer.allocUnsafe(4);
1927
- *
1928
- * buf.writeInt32BE(0x01020304, 0);
1929
- *
1930
- * console.log(buf);
1931
- * // Prints: <Buffer 01 02 03 04>
1932
- * ```
1933
- * @since v0.5.5
1934
- * @param value Number to be written to `buf`.
1935
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
1936
- * @return `offset` plus the number of bytes written.
1937
- */
1938
- writeInt32BE(value: number, offset?: number): number;
1939
- /**
1940
- * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is
1941
- * undefined when `value` is anything other than a JavaScript number.
1942
- *
1943
- * ```js
1944
- * import { Buffer } from 'node:buffer';
1945
- *
1946
- * const buf = Buffer.allocUnsafe(4);
1947
- *
1948
- * buf.writeFloatLE(0xcafebabe, 0);
1949
- *
1950
- * console.log(buf);
1951
- * // Prints: <Buffer bb fe 4a 4f>
1952
- * ```
1953
- * @since v0.11.15
1954
- * @param value Number to be written to `buf`.
1955
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
1956
- * @return `offset` plus the number of bytes written.
1957
- */
1958
- writeFloatLE(value: number, offset?: number): number;
1959
- /**
1960
- * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is
1961
- * undefined when `value` is anything other than a JavaScript number.
1962
- *
1963
- * ```js
1964
- * import { Buffer } from 'node:buffer';
1965
- *
1966
- * const buf = Buffer.allocUnsafe(4);
1967
- *
1968
- * buf.writeFloatBE(0xcafebabe, 0);
1969
- *
1970
- * console.log(buf);
1971
- * // Prints: <Buffer 4f 4a fe bb>
1972
- * ```
1973
- * @since v0.11.15
1974
- * @param value Number to be written to `buf`.
1975
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
1976
- * @return `offset` plus the number of bytes written.
1977
- */
1978
- writeFloatBE(value: number, offset?: number): number;
1979
- /**
1980
- * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
1981
- * other than a JavaScript number.
1982
- *
1983
- * ```js
1984
- * import { Buffer } from 'node:buffer';
1985
- *
1986
- * const buf = Buffer.allocUnsafe(8);
1987
- *
1988
- * buf.writeDoubleLE(123.456, 0);
1989
- *
1990
- * console.log(buf);
1991
- * // Prints: <Buffer 77 be 9f 1a 2f dd 5e 40>
1992
- * ```
1993
- * @since v0.11.15
1994
- * @param value Number to be written to `buf`.
1995
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`.
1996
- * @return `offset` plus the number of bytes written.
1997
- */
1998
- writeDoubleLE(value: number, offset?: number): number;
1999
- /**
2000
- * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
2001
- * other than a JavaScript number.
2002
- *
2003
- * ```js
2004
- * import { Buffer } from 'node:buffer';
2005
- *
2006
- * const buf = Buffer.allocUnsafe(8);
2007
- *
2008
- * buf.writeDoubleBE(123.456, 0);
2009
- *
2010
- * console.log(buf);
2011
- * // Prints: <Buffer 40 5e dd 2f 1a 9f be 77>
2012
- * ```
2013
- * @since v0.11.15
2014
- * @param value Number to be written to `buf`.
2015
- * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`.
2016
- * @return `offset` plus the number of bytes written.
2017
- */
2018
- writeDoubleBE(value: number, offset?: number): number;
2019
- /**
2020
- * Fills `buf` with the specified `value`. If the `offset` and `end` are not given,
2021
- * the entire `buf` will be filled:
2022
- *
2023
- * ```js
2024
- * import { Buffer } from 'node:buffer';
2025
- *
2026
- * // Fill a `Buffer` with the ASCII character 'h'.
2027
- *
2028
- * const b = Buffer.allocUnsafe(50).fill('h');
2029
- *
2030
- * console.log(b.toString());
2031
- * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
2032
- *
2033
- * // Fill a buffer with empty string
2034
- * const c = Buffer.allocUnsafe(5).fill('');
2035
- *
2036
- * console.log(c.fill(''));
2037
- * // Prints: <Buffer 00 00 00 00 00>
2038
- * ```
2039
- *
2040
- * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or
2041
- * integer. If the resulting integer is greater than `255` (decimal), `buf` will be
2042
- * filled with `value &#x26; 255`.
2043
- *
2044
- * If the final write of a `fill()` operation falls on a multi-byte character,
2045
- * then only the bytes of that character that fit into `buf` are written:
2046
- *
2047
- * ```js
2048
- * import { Buffer } from 'node:buffer';
2049
- *
2050
- * // Fill a `Buffer` with character that takes up two bytes in UTF-8.
2051
- *
2052
- * console.log(Buffer.allocUnsafe(5).fill('\u0222'));
2053
- * // Prints: <Buffer c8 a2 c8 a2 c8>
2054
- * ```
2055
- *
2056
- * If `value` contains invalid characters, it is truncated; if no valid
2057
- * fill data remains, an exception is thrown:
2058
- *
2059
- * ```js
2060
- * import { Buffer } from 'node:buffer';
2061
- *
2062
- * const buf = Buffer.allocUnsafe(5);
2063
- *
2064
- * console.log(buf.fill('a'));
2065
- * // Prints: <Buffer 61 61 61 61 61>
2066
- * console.log(buf.fill('aazz', 'hex'));
2067
- * // Prints: <Buffer aa aa aa aa aa>
2068
- * console.log(buf.fill('zz', 'hex'));
2069
- * // Throws an exception.
2070
- * ```
2071
- * @since v0.5.0
2072
- * @param value The value with which to fill `buf`. Empty value (string, Uint8Array, Buffer) is coerced to `0`.
2073
- * @param [offset=0] Number of bytes to skip before starting to fill `buf`.
2074
- * @param [end=buf.length] Where to stop filling `buf` (not inclusive).
2075
- * @param [encoding='utf8'] The encoding for `value` if `value` is a string.
2076
- * @return A reference to `buf`.
2077
- */
2078
- fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this;
2079
- /**
2080
- * If `value` is:
2081
- *
2082
- * * a string, `value` is interpreted according to the character encoding in `encoding`.
2083
- * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety.
2084
- * To compare a partial `Buffer`, use `buf.subarray`.
2085
- * * a number, `value` will be interpreted as an unsigned 8-bit integer
2086
- * value between `0` and `255`.
2087
- *
2088
- * ```js
2089
- * import { Buffer } from 'node:buffer';
2090
- *
2091
- * const buf = Buffer.from('this is a buffer');
2092
- *
2093
- * console.log(buf.indexOf('this'));
2094
- * // Prints: 0
2095
- * console.log(buf.indexOf('is'));
2096
- * // Prints: 2
2097
- * console.log(buf.indexOf(Buffer.from('a buffer')));
2098
- * // Prints: 8
2099
- * console.log(buf.indexOf(97));
2100
- * // Prints: 8 (97 is the decimal ASCII value for 'a')
2101
- * console.log(buf.indexOf(Buffer.from('a buffer example')));
2102
- * // Prints: -1
2103
- * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8)));
2104
- * // Prints: 8
2105
- *
2106
- * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le');
2107
- *
2108
- * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le'));
2109
- * // Prints: 4
2110
- * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le'));
2111
- * // Prints: 6
2112
- * ```
2113
- *
2114
- * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
2115
- * an integer between 0 and 255.
2116
- *
2117
- * If `byteOffset` is not a number, it will be coerced to a number. If the result
2118
- * of coercion is `NaN` or `0`, then the entire buffer will be searched. This
2119
- * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf).
2120
- *
2121
- * ```js
2122
- * import { Buffer } from 'node:buffer';
2123
- *
2124
- * const b = Buffer.from('abcdef');
2125
- *
2126
- * // Passing a value that's a number, but not a valid byte.
2127
- * // Prints: 2, equivalent to searching for 99 or 'c'.
2128
- * console.log(b.indexOf(99.9));
2129
- * console.log(b.indexOf(256 + 99));
2130
- *
2131
- * // Passing a byteOffset that coerces to NaN or 0.
2132
- * // Prints: 1, searching the whole buffer.
2133
- * console.log(b.indexOf('b', undefined));
2134
- * console.log(b.indexOf('b', {}));
2135
- * console.log(b.indexOf('b', null));
2136
- * console.log(b.indexOf('b', []));
2137
- * ```
2138
- *
2139
- * If `value` is an empty string or empty `Buffer` and `byteOffset` is less
2140
- * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned.
2141
- * @since v1.5.0
2142
- * @param value What to search for.
2143
- * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
2144
- * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`.
2145
- * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`.
2146
- */
2147
- indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
2148
- /**
2149
- * Identical to `buf.indexOf()`, except the last occurrence of `value` is found
2150
- * rather than the first occurrence.
2151
- *
2152
- * ```js
2153
- * import { Buffer } from 'node:buffer';
2154
- *
2155
- * const buf = Buffer.from('this buffer is a buffer');
2156
- *
2157
- * console.log(buf.lastIndexOf('this'));
2158
- * // Prints: 0
2159
- * console.log(buf.lastIndexOf('buffer'));
2160
- * // Prints: 17
2161
- * console.log(buf.lastIndexOf(Buffer.from('buffer')));
2162
- * // Prints: 17
2163
- * console.log(buf.lastIndexOf(97));
2164
- * // Prints: 15 (97 is the decimal ASCII value for 'a')
2165
- * console.log(buf.lastIndexOf(Buffer.from('yolo')));
2166
- * // Prints: -1
2167
- * console.log(buf.lastIndexOf('buffer', 5));
2168
- * // Prints: 5
2169
- * console.log(buf.lastIndexOf('buffer', 4));
2170
- * // Prints: -1
2171
- *
2172
- * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le');
2173
- *
2174
- * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le'));
2175
- * // Prints: 6
2176
- * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le'));
2177
- * // Prints: 4
2178
- * ```
2179
- *
2180
- * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
2181
- * an integer between 0 and 255.
2182
- *
2183
- * If `byteOffset` is not a number, it will be coerced to a number. Any arguments
2184
- * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer.
2185
- * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf).
2186
- *
2187
- * ```js
2188
- * import { Buffer } from 'node:buffer';
2189
- *
2190
- * const b = Buffer.from('abcdef');
2191
- *
2192
- * // Passing a value that's a number, but not a valid byte.
2193
- * // Prints: 2, equivalent to searching for 99 or 'c'.
2194
- * console.log(b.lastIndexOf(99.9));
2195
- * console.log(b.lastIndexOf(256 + 99));
2196
- *
2197
- * // Passing a byteOffset that coerces to NaN.
2198
- * // Prints: 1, searching the whole buffer.
2199
- * console.log(b.lastIndexOf('b', undefined));
2200
- * console.log(b.lastIndexOf('b', {}));
2201
- *
2202
- * // Passing a byteOffset that coerces to 0.
2203
- * // Prints: -1, equivalent to passing 0.
2204
- * console.log(b.lastIndexOf('b', null));
2205
- * console.log(b.lastIndexOf('b', []));
2206
- * ```
2207
- *
2208
- * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned.
2209
- * @since v6.0.0
2210
- * @param value What to search for.
2211
- * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
2212
- * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`.
2213
- * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`.
2214
- */
2215
- lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
2216
- /**
2217
- * Equivalent to `buf.indexOf() !== -1`.
2218
- *
2219
- * ```js
2220
- * import { Buffer } from 'node:buffer';
2221
- *
2222
- * const buf = Buffer.from('this is a buffer');
2223
- *
2224
- * console.log(buf.includes('this'));
2225
- * // Prints: true
2226
- * console.log(buf.includes('is'));
2227
- * // Prints: true
2228
- * console.log(buf.includes(Buffer.from('a buffer')));
2229
- * // Prints: true
2230
- * console.log(buf.includes(97));
2231
- * // Prints: true (97 is the decimal ASCII value for 'a')
2232
- * console.log(buf.includes(Buffer.from('a buffer example')));
2233
- * // Prints: false
2234
- * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8)));
2235
- * // Prints: true
2236
- * console.log(buf.includes('this', 4));
2237
- * // Prints: false
2238
- * ```
2239
- * @since v5.3.0
2240
- * @param value What to search for.
2241
- * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
2242
- * @param [encoding='utf8'] If `value` is a string, this is its encoding.
2243
- * @return `true` if `value` was found in `buf`, `false` otherwise.
2244
- */
2245
- includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean;
2246
- }
2247
- var Buffer: BufferConstructor;
2248
- /**
2249
- * Decodes a string of Base64-encoded data into bytes, and encodes those bytes
2250
- * into a string using Latin-1 (ISO-8859-1).
2251
- *
2252
- * The `data` may be any JavaScript-value that can be coerced into a string.
2253
- *
2254
- * **This function is only provided for compatibility with legacy web platform APIs**
2255
- * **and should never be used in new code, because they use strings to represent**
2256
- * **binary data and predate the introduction of typed arrays in JavaScript.**
2257
- * **For code running using Node.js APIs, converting between base64-encoded strings**
2258
- * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
2259
- * @since v15.13.0, v14.17.0
2260
- * @legacy Use `Buffer.from(data, 'base64')` instead.
2261
- * @param data The Base64-encoded input string.
2262
- */
2263
- function atob(data: string): string;
2264
- /**
2265
- * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes
2266
- * into a string using Base64.
2267
- *
2268
- * The `data` may be any JavaScript-value that can be coerced into a string.
2269
- *
2270
- * **This function is only provided for compatibility with legacy web platform APIs**
2271
- * **and should never be used in new code, because they use strings to represent**
2272
- * **binary data and predate the introduction of typed arrays in JavaScript.**
2273
- * **For code running using Node.js APIs, converting between base64-encoded strings**
2274
- * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
2275
- * @since v15.13.0, v14.17.0
2276
- * @legacy Use `buf.toString('base64')` instead.
2277
- * @param data An ASCII (Latin1) string.
2278
- */
2279
- function btoa(data: string): string;
2280
- interface Blob extends _Blob {}
2281
- /**
2282
- * `Blob` class is a global reference for `require('node:buffer').Blob`
2283
- * https://nodejs.org/api/buffer.html#class-blob
2284
- * @since v18.0.0
2285
- */
2286
- var Blob: typeof globalThis extends { onmessage: any; Blob: infer T } ? T
2287
- : typeof import("buffer").Blob;
2288
- interface File extends _File {}
2289
- /**
2290
- * `File` class is a global reference for `require('node:buffer').File`
2291
- * https://nodejs.org/api/buffer.html#class-file
2292
- * @since v20.0.0
2293
- */
2294
- var File: typeof globalThis extends { onmessage: any; File: infer T } ? T
2295
- : typeof import("buffer").File;
2296
- }
2297
- }
2298
- declare module "node:buffer" {
2299
- export * from "buffer";
2300
- }