mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
The current typing supports passing headers through the Headers class, but the spec also supports passing headers as an object mapping header names to header values. See the [Github example](https://github.com/github/fetch#post-json).