Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6485ef747249295c7bfb8e599b9dde76df143cec
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a127ca00247202703b62a93865b0642b9c5cd2f8
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    3117d94 View commit details
    Browse the repository at this point in the history
  2. Add startWriting API to Flight

    We don't really need it in this case because there's way less reason to
    delay the stream in Flight.
    sebmarkbage committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0d94381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b366cab View commit details
    Browse the repository at this point in the history
  4. Rename startWriting to pipe

    This mirrors the ReadableStream API in Node
    sebmarkbage committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    df7ac95 View commit details
    Browse the repository at this point in the history
  5. Error codes

    sebmarkbage committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    460b829 View commit details
    Browse the repository at this point in the history
  6. Rename to renderToPipeableStream

    This mimics the renderToReadableStream API for the browser.
    sebmarkbage committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a127ca0 View commit details
    Browse the repository at this point in the history
Loading