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

[Flight] Basic Streaming Suspense Support #17285

Merged
merged 6 commits into from
Nov 6, 2019

Commits on Nov 5, 2019

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

Commits on Nov 6, 2019

  1. Emit basic chunk based streaming in the Flight server

    When something suspends a new chunk is created.
    sebmarkbage committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    2833e33 View commit details
    Browse the repository at this point in the history
  2. Add reentrancy check

    The WHATWG API is designed to be pulled recursively.
    
    We should refactor to favor that approach.
    sebmarkbage committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    26c31fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545b972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cda02b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    387c233 View commit details
    Browse the repository at this point in the history