Request: bodyUsed プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
値
論理値です。
例
js
const request = new Request("/myEndpoint", {
method: "POST",
body: "Hello world",
});
request.bodyUsed; // false
request.text().then((bodyAsText) => {
console.log(request.bodyUsed); // true
});
仕様書
Specification |
---|
Fetch # ref-for-dom-body-bodyused① |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bodyUsed |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.