Programmatically get list of standard headers supported in fetch

Viewed 14

I am looking to get list of all Headers supported or available in browser fetch. There should be some place/API which browsers provide to get the list. The list by MDN is published here. This also provides reference to wiki page for list of headers.

Is there any API using which we can get this list in Javascript/browser page? Or if there is any library like which includes this list and can be referenced from there, so our code keeps updated.

0 Answers
Related