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...

Azure logo
Popular topic
Azure is a cloud computing service created by Microsoft.
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

Pageclip

Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.

Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.

gitpod.io screenshot
App recommended by GitHub

gitpod.io

Gitpod is the online IDE for GitHub.

It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.

Install this app and prebuild your project, so you don't have to wait for your build to download the internet when starting a Gitpod workspace. 🚀

Gitpod is the first IDE that builds your project before you even open it.

You can’t perform that action at this time.