DefinitelyTyped/types/request
yairm210 787dc502fa Added .withCredentials to CoreOptions
Although not specified on the main page, as per 

b12a6245d9/tests/browser/test.js we can see that this is part of the request module. 

More practically: local testing shows adding the {withCredentials:false} option allows us to create a request that accepts an "*" value for the Access-Control-Allow-Origin header.
2017-06-26 13:15:08 +03:00
..
index.d.ts Added .withCredentials to CoreOptions 2017-06-26 13:15:08 +03:00
request-tests.ts Fix weak type errors in request tests 2017-06-16 10:08:42 -07:00
tsconfig.json