Chrome 和 Firefox 上可用的全局 "Request" 对象是什么

What is the global "Request" object that is available on Chrome and Firefox

在 Chrome (51.0.2704.103) 和 Firefox (47.0) 上有一个名为 "Request" 的全局 JavaScript 对象。

有人知道这是什么吗?

我刚刚在输入问题时找到了答案...

The Request interface of the Fetch API represents a resource request.

来源:https://developer.mozilla.org/en-US/docs/Web/API/Request