[whatwg/fetch] What is the default value of a requests client? (#907)

Spec at https://fetch.spec.whatwg.org/#concept-request-client says:

> A request has an associated client (null or an environment settings object). 

There is no "unless stated otherwise" clause, but there is also no indication what the ```client``` should be set to when a request is created.  I assume it should default to `null`, but it's not 100% clear.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/907

Received on Wednesday, 22 May 2019 20:36:05 UTC