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

Support transferable streams (postMessage) #1053

Merged
merged 30 commits into from
Aug 14, 2020

Commits on Aug 13, 2020

  1. Support transferable streams (postMessage)

    Make readable, writable, and transform streams transferable via
    postMessage(stream, [stream]).
    
    The streams themselves must be transferred, but the chunks written or
    read from the streams are cloned, not transferred. Support for
    transferring chunks will require API changes and is expected to be added
    in a future update.
    
    There is no reference implementation of this functionality as jsdom does
    not support transferrable objects, and so it wouldn't be testable.
    
    Closes whatwg#276.
    ricea committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    3620b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb3444 View commit details
    Browse the repository at this point in the history
  3. Add missing |error| argument.

    Co-authored-by: Mattias Buelens <[email protected]>
    ricea and MattiasBuelens committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ecad896 View commit details
    Browse the repository at this point in the history
  4. Add missing "."

    Co-authored-by: Domenic Denicola <[email protected]>
    ricea and domenic committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    0444bdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00fa25c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86eed13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    780a016 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d239fd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dfb817 View commit details
    Browse the repository at this point in the history
  10. Add missing "!"

    ricea committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    353484a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    225dcc4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69c1a58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0168dfd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5af0984 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bbd6686 View commit details
    Browse the repository at this point in the history
  16. Add missing "."s

    ricea committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    b09c403 View commit details
    Browse the repository at this point in the history
  17. Fix string quoting ("s" -> "s")

    ricea committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    f6c032f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7ee6687 View commit details
    Browse the repository at this point in the history
  19. Link {{ReadableStream}}

    Co-authored-by: Domenic Denicola <[email protected]>
    ricea and domenic committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    7203f36 View commit details
    Browse the repository at this point in the history
  20. Put postMessage() in code font

    Co-authored-by: Domenic Denicola <[email protected]>
    ricea and domenic committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    5c94076 View commit details
    Browse the repository at this point in the history
  21. Add missing formatting of port2 as var.

    Co-authored-by: Domenic Denicola <[email protected]>
    ricea and domenic committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    86d347a View commit details
    Browse the repository at this point in the history
  22. Add Oxford comma

    Co-authored-by: Domenic Denicola <[email protected]>
    ricea and domenic committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    dbb2fb4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1370e5f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    07df257 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cf47bfc View commit details
    Browse the repository at this point in the history
  26. Alphabetize the abstract ops

    ricea committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    6a8b363 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6e53603 View commit details
    Browse the repository at this point in the history
  28. Nits

    domenic authored and ricea committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    1a76913 View commit details
    Browse the repository at this point in the history
  29. Fix bad link text for "locked"

    Co-authored-by: Mattias Buelens <[email protected]>
    ricea and MattiasBuelens committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    017d200 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Linkify slots

    ricea committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    a5d56a9 View commit details
    Browse the repository at this point in the history