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

feat(form-data): allow passing a form to FormData #84

Merged
merged 14 commits into from
Aug 28, 2023

Commits on Aug 26, 2023

  1. feat(form-data): allow passing a form to FormData

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9412d58 View commit details
    Browse the repository at this point in the history
  2. chore: update return

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    44e4212 View commit details
    Browse the repository at this point in the history
  3. test: add test

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8aa5ef2 View commit details
    Browse the repository at this point in the history
  4. Create real-news-divide.md

    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    73ba58d View commit details
    Browse the repository at this point in the history
  5. chore: use setAttribute

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b877af0 View commit details
    Browse the repository at this point in the history
  6. chore: add jsdom

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ed51528 View commit details
    Browse the repository at this point in the history
  7. fix: setup entries before going through form

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8601675 View commit details
    Browse the repository at this point in the history
  8. test: setup jsdom in caller file

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c8b6a07 View commit details
    Browse the repository at this point in the history
  9. chore: left over debug

    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e81385d View commit details
    Browse the repository at this point in the history
  10. chore: remove jsdom, pass fake form object

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    84ce2be View commit details
    Browse the repository at this point in the history
  11. test: update fake form

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0a5242e View commit details
    Browse the repository at this point in the history
  12. chore: use isHTMLFormElement function

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5fa21ea View commit details
    Browse the repository at this point in the history
  13. chore: use real HTMLFormElement in the browser

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh authored and MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    14ecc6a View commit details
    Browse the repository at this point in the history
  14. chore: fix changeset

    MichaelDeBoey committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2a1d01d View commit details
    Browse the repository at this point in the history