Node.js doc

https://nodejs.org/en/docs/


  • API reference documentation

The API reference documentation provides detailed information about a function or object in Node.js. This documentation indicates what arguments a method accepts, the return value of that method, and what errors may be related to that method. It also indicates which methods are available for different versions of Node.js.

  • ES6 features

The ES6 section describes the three ES6 feature groups , and details which features are enabled by default in Node.js, alongside explanatory links. It also shows how to find which version of V8 shipped with a particular Node.js release.

  • Guides

The Guides section has long-form, in-depth articles about Node.js technical features and capabilities.

  • Dependencies

libraries and tools


Node.js v15.14.0 documentation(面试会考)

  1. Assertion testing
  2. Async hooks
  3. Buffer
  4. C++ addons
  5. C/C++ addons with Node-API
  6. C++ embedder API
  7. Child processes
  8. Cluster
  9. Command-line options
  10. Console
  11. Crypto
  12. Debugger
  13. Deprecated APIs
  14. Diagnostics Channel
  15. DNS
  16. Domain
  17. Errors
  18. Events
  19. File system
  20. Globals
  21. HTTP
  22. HTTP/2
  23. HTTPS
  24. Inspector
  25. Internationalization
  26. Modules: CommonJS modules
  27. Modules: ECMAScript modules
  28. Modules: module API
  29. Modules: Packages
  30. Net
  31. OS
  32. Path
  33. Performance hooks
  34. Policies
  35. Process
  36. Punycode
  37. Query strings
  38. Readline
  39. REPL
  40. Report
  41. Stream
  42. String decoder
  43. Timers
  44. TLS/SSL
  45. Trace events
  46. TTY
  47. UDP/datagram
  48. URL
  49. Utilities
  50. V8
  51. VM
  52. WASI
  53. Web Crypto API
  54. Worker threads
  55. ZlibCode repository and issue tracker

Node.js is built against modern versions of V8. By keeping up-to-date with the latest releases of this engine, we ensure new features from the JavaScript ECMA-262 specification are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.

All ECMAScript 2015 (ES6) features are split into three groups for shippingstaged, and in progress features:

  • All shipping features, which V8 considers stable, are turned on by default on Node.js and do NOT require any kind of runtime flag.
  • Staged features, which are almost-completed features that are not considered stable by the V8 team, require a runtime flag: --harmony.
  • In progress features can be activated individually by their respective harmony flag, although this is highly discouraged unless for testing purposes. Note: these flags are exposed by V8 and will potentially change without any deprecation notice.

Guides

General

Node.js core concepts

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值