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

Add section on events dispatched by SSE extension to SSE documentation #25

Merged
merged 3 commits into from
May 29, 2024

Commits on May 22, 2024

  1. Add section on events dispatched by SSE extension to SSE documentation

    Describe the events dispatched by the SSE event in the style of how the HTMX events are documented.
    vlence committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0483ba9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix documentation about htmx:sseError event

    I had copied the section from another event and forgot to update it.
    vlence committed May 29, 2024
    Configuration menu
    Copy the full SHA
    70be38f View commit details
    Browse the repository at this point in the history
  2. Correct the info about htmx:sseBeforeMessage and htmx:sseMessage

    Added EventSource links to the `htmx:sseError` section that I missed in the previous commit.
    
    Also fix the sections on `htmx:sseBeforeMessage` and `htmx:sseMessage`.
    
    Should've read the source code more closely. SMH.
    vlence committed May 29, 2024
    Configuration menu
    Copy the full SHA
    750444b View commit details
    Browse the repository at this point in the history