node-oauth2-server icon indicating copy to clipboard operation
node-oauth2-server copied to clipboard

The object returned by the response.getHeaders() method does not prot…

Open ftaiolivista opened this issue 6 years ago • 1 comments

The object returned by the response.getHeaders() method does not prototypically inherit from the JavaScript Object

https://nodejs.org/api/http.html#http_response_getheaders

So hasOwnproperty may be missing on headers

ftaiolivista avatar May 22 '19 10:05 ftaiolivista

we fixed it in #564

nkitku avatar May 23 '19 05:05 nkitku