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: Web Streams Support #61

Closed
wants to merge 5 commits into from

Commits on Dec 16, 2020

  1. feat(worker): add web streams support

    Adds Web Streams API to worker context, and switches to the titelmedia fork of node-fetch which uses Web Streams instead of NodeJS ones. Also closes issue gja#39, as @titelmedia/node-fetch implements Response.redirect.
    mrbbot committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a59fb10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7f66c View commit details
    Browse the repository at this point in the history
  3. chore(KVNamespace): remove FormData support TODO

    It looks like FormData is no longer supported. Trying to use it with `wrangler dev` throws an error.
    mrbbot committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    65e9b91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf9b5ea View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Configuration menu
    Copy the full SHA
    2c9f834 View commit details
    Browse the repository at this point in the history