Closed
Description
The headers#get method returns a header value or null. So this method won't return undefined. but it's typed with js.UndefOr.
https://developer.mozilla.org/en-US/docs/Web/API/Headers/get
The headers#get method returns a header value or null. So this method won't return undefined. but it's typed with js.UndefOr.
https://developer.mozilla.org/en-US/docs/Web/API/Headers/get