Timeline for answer to fetch() does not send headers? by Timmehlkk
Current License: CC BY-SA 4.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 2, 2020 at 18:16 | history | edited | David | CC BY-SA 4.0 |
format code
|
| Oct 10, 2018 at 13:34 | comment | added | pungggi | This answer does not address the first nor the second question. It just gives some syntax corrections. | |
| Aug 17, 2017 at 0:50 | comment | added | Sgnl |
a note about the trailing comma, it's becoming a standard is ES2017 but people have been using it with Babel (babeljs.io/docs/plugins/syntax-trailing-function-commas) and also NodeJS has supported it since version 6.4.0. This shouldn't effect the OP as I've used trailing commas with fetch() before with success.
|
|
| Aug 16, 2017 at 14:54 | history | answered | Timmehlkk | CC BY-SA 3.0 |