Skip to content

Commit

Permalink
Update Deno data for api.Response.type (#23295)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Deno for the `type` member of the `Response` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.10.7), using results collected via [UnJS' runtime-compat project](https://github.com/unjs/runtime-compat).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/Response/type

Additional Notes: https://deno.land/api@v1.0.0?s=Response#prop_type�
  • Loading branch information
queengooborg authored Jun 6, 2024
1 parent 43bafa5 commit 3a3d530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Response.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
},
"chrome_android": "mirror",
"deno": {
"version_added": false
"version_added": "1.0"
},
"edge": {
"version_added": "14"
Expand Down

0 comments on commit 3a3d530

Please sign in to comment.