The Wayback Machine - https://web.archive.org/web/20200717165652/https://github.com/explore
Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Amp logo
Popular topic
Amp is a non-blocking concurrency framework for PHP.
js13kGames competition
Upcoming event recommended by GitHub
Aug
13

js13kGames competition

August 13, 2020 - September 13, 2020 • Online

Do you have what it takes to create a game in ≤ 13kB of JS, CSS and HTML?
Trending repository
zohaad
zohaad commented Apr 14, 2020

I tried to find this in the documentation and examples, but there's no example of a manual request being made, only <form action="/login" method="post">

I tried:

let form = this.document.getElementById( 'loginForm' );
var formData = new FormData( form );
let res = await fetch( '/', {
    method: 'POST',
    body: formData,
    header: { 'Content-Type': 'multipart/form-data' },
})
App recommended by GitHub

AppVeyor

Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!

App recommended by GitHub

GitKraken Boards

GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.

Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.

You can’t perform that action at this time.