Skip to content
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

feat(xhr): supports FormData #537

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat(xhr): supports FormData #537

wants to merge 1 commit into from

Conversation

ykzts
Copy link
Owner

@ykzts ykzts commented Feb 14, 2023

Resolve #2

@ykzts ykzts added the enhancement New feature or request label Feb 14, 2023
if (delay > 0) {
setTimeout(() => {
res.end();
}, delay);

Check failure

Code scanning / CodeQL

Resource exhaustion

This creates a timer with a user-controlled duration from a [user-provided value](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support FormData interface
1 participant