Skip to content
#

rocket

Here are 387 public repositories matching this topic...

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' },
})
localslackirc
abliss
abliss commented May 7, 2019

When users "share message" and add a comment, the RTM includes an "attachment" field on the message. The web client displays the text of this message, and the user sometimes adds a comment about it. This currently displays in IRC as a context-free comment since the attachment is dropped.
Not sure how this should be rendered. Maybe just insert a new message, as if sent by the sharing user, with th

Improve this page

Add a description, image, and links to the rocket topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rocket topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.