-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: improve jsdocs #574
docs: improve jsdocs #574
Conversation
Codecov Report
@@ Coverage Diff @@
## main #574 +/- ##
==========================================
+ Coverage 83.83% 84.22% +0.38%
==========================================
Files 31 31
Lines 3563 3651 +88
Branches 543 543
==========================================
+ Hits 2987 3075 +88
Misses 576 576
|
return await toWebRequest(event).formData(); | ||
} | ||
|
||
/** | ||
* Captures a stream from a request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be great to have a better definition what exactly a "web request" is for people not aware that there are various web APIs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surely! Will keep in mind for when having official docs to explain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks β€οΈ
β Type of change
π Description
Add some more JSDocs for methods ππ»
π Checklist