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

Web platform streams #54

Merged
merged 9 commits into from
Dec 30, 2020
Merged

Web platform streams #54

merged 9 commits into from
Dec 30, 2020

Commits on Dec 30, 2020

  1. New: AjaxEventStream

    ajaychandran authored and raquo committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    5a3d378 View commit details
    Browse the repository at this point in the history
  2. API: Clear pending ajax request when stream is stopped

    Same reasoning as Delay, see previous commit
    raquo committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    eedcc06 View commit details
    Browse the repository at this point in the history
  3. New: DomEventStream

    raquo committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    7bdc37e View commit details
    Browse the repository at this point in the history
  4. Docs: Add new web streams

    raquo committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    c687d60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d56e74 View commit details
    Browse the repository at this point in the history
  6. New: Custom event sources, rework AjaxEventStream, and more

    - New: Signal.fromValue and Signal.fromTry
    - New: Observer.toJsFn1
    raquo committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    4ebcb50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfb3e62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    036ff56 View commit details
    Browse the repository at this point in the history
  9. New: requestObserver for Ajax requests; Also some fixes:

    - Fix: Ajax error message is not actually available
    - Fix: delay xhr.open() so that readyStateChange fires with readyState = 1
    raquo committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    63d2074 View commit details
    Browse the repository at this point in the history