nodejs中的一些关键api

58 阅读1分钟
  • assert
  • async_context
  • async_hooks 实验
  • buffer 表示固定长度的字节序列,Buffer 类是 JavaScript Uint8Array 和 TypedArray 实例。 直接存入电脑内存,二进制数据主要部分。
  • child_process
  • cluster
  • console
  • corepack 实验
  • crypto
  • debugger
  • dgram
  • diagnostics_channel
  • dns
  • domain 弃用
  • events
  • fs
  • http
  • http2
  • https
  • inspector
  • modules
  • n-api
  • net
  • os
  • path
  • pref_hooks
  • policy 实验
  • punycode 弃用
  • querystring
  • readline
  • repl
  • report
  • single-executable-applications 实验
  • stream
  • string_decoder
  • test
  • timers
  • tls
  • tracing 实验
  • tty
  • url
  • util
  • vm
  • wasi 实验
  • webstreams 实验
  • worker_threads
  • zlib