Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. PassThrough {
  2. _readableState:
  3. ReadableState {
  4. objectMode: false,
  5. highWaterMark: 16384,
  6. buffer: BufferList { head: [Object], tail: [Object], length: 1 },
  7. length: 616,
  8. pipes: null,
  9. pipesCount: 0,
  10. flowing: null,
  11. ended: false,
  12. endEmitted: false,
  13. reading: true,
  14. sync: false,
  15. needReadable: true,
  16. emittedReadable: true,
  17. readableListening: false,
  18. resumeScheduled: false,
  19. emitClose: true,
  20. destroyed: false,
  21. defaultEncoding: 'utf8',
  22. awaitDrain: 0,
  23. readingMore: false,
  24. decoder: null,
  25. encoding: null },
  26. readable: true,
  27. _events:
  28. { prefinish: [Function: prefinish],
  29. unpipe: [Function: onunpipe],
  30. drain: [Function: pipeOnDrainFunctionResult],
  31. error: [ [Function: onerror], [Function] ],
  32. close:
  33. { [Function: bound onceWrapper] listener: [Function: onclose] },
  34. finish:
  35. { [Function: bound onceWrapper] listener: [Function: onfinish] } },
  36. _eventsCount: 6,
  37. _maxListeners: undefined,
  38. _writableState:
  39. WritableState {
  40. objectMode: false,
  41. highWaterMark: 16384,
  42. finalCalled: false,
  43. needDrain: false,
  44. ending: false,
  45. ended: false,
  46. finished: false,
  47. destroyed: false,
  48. decodeStrings: true,
  49. defaultEncoding: 'utf8',
  50. length: 0,
  51. writing: false,
  52. corked: 0,
  53. sync: false,
  54. bufferProcessing: false,
  55. onwrite: [Function: bound onwrite],
  56. writecb: null,
  57. writelen: 0,
  58. bufferedRequest: null,
  59. lastBufferedRequest: null,
  60. pendingcb: 0,
  61. prefinished: false,
  62. errorEmitted: false,
  63. emitClose: true,
  64. bufferedRequestCount: 0,
  65. corkedRequestsFree:
  66. { next: null,
  67. entry: null,
  68. finish: [Function: bound onCorkedFinish] } },
  69. writable: true,
  70. allowHalfOpen: true,
  71. _transformState:
  72. { afterTransform: [Function: bound afterTransform],
  73. needTransform: true,
  74. transforming: false,
  75. writecb: null,
  76. writechunk: null,
  77. writeencoding: 'buffer' } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement