is there any reason ctx.request.body is non-enumerable? #1759
Answered
by
jonathanong
aladdin-add
asked this question in
Q&A
-
We are using Koa v2.13.4 and Koa-body v5.0.0, and when an error occurs, we want to record the request information. We used |
Beta Was this translation helpful? Give feedback.
Answered by
jonathanong
Aug 29, 2024
Replies: 2 comments
-
dead repo |
Beta Was this translation helpful? Give feedback.
0 replies
-
many of the fields in koa are getters/setters, which are not enumerable |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonathanong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
many of the fields in koa are getters/setters, which are not enumerable