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

Add maxByteLength option to Body consume utilities #1600

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

Commits on Feb 1, 2023

  1. Add maxByteLength option to Body consume utilities

    This commit adds an option bag to `Body/arrayBuffer`, `Body/blob`,
    `Body/formData`, `Body/json`, and `Body/text` that allows configuration
    of a max byte length for the underlying consumed body. This allows a
    developer to limit how much data their application parses without having
    to resort to a costly user-land TransformStream that may break internal
    optimizations of the body consume helpers.
    lucacasonato committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9b7547d View commit details
    Browse the repository at this point in the history