|
2066 | 2066 | "deprecated": false |
2067 | 2067 | } |
2068 | 2068 | }, |
| 2069 | + "cached_responses": { |
| 2070 | + "__compat": { |
| 2071 | + "description": "Supports retrieval of network data for cached responses (CSS or images) ", |
| 2072 | + "support": { |
| 2073 | + "chrome": { |
| 2074 | + "version_added": "142" |
| 2075 | + }, |
| 2076 | + "chrome_android": "mirror", |
| 2077 | + "edge": "mirror", |
| 2078 | + "firefox": { |
| 2079 | + "version_added": false, |
| 2080 | + "impl_url": "https://bugzil.la/1992213" |
| 2081 | + }, |
| 2082 | + "firefox_android": "mirror", |
| 2083 | + "oculus": "mirror", |
| 2084 | + "opera": "mirror", |
| 2085 | + "opera_android": "mirror", |
| 2086 | + "safari": { |
| 2087 | + "version_added": false |
| 2088 | + }, |
| 2089 | + "safari_ios": "mirror", |
| 2090 | + "samsunginternet_android": "mirror", |
| 2091 | + "webview_android": "mirror", |
| 2092 | + "webview_ios": "mirror" |
| 2093 | + }, |
| 2094 | + "status": { |
| 2095 | + "experimental": true, |
| 2096 | + "standard_track": false, |
| 2097 | + "deprecated": false |
| 2098 | + } |
| 2099 | + } |
| 2100 | + }, |
2069 | 2101 | "collector_parameter": { |
2070 | 2102 | "__compat": { |
2071 | 2103 | "description": "`collector` parameter", |
|
2098 | 2130 | } |
2099 | 2131 | } |
2100 | 2132 | }, |
| 2133 | + "data_url": { |
| 2134 | + "__compat": { |
| 2135 | + "description": "Supports retrieval of network data for `data:` URL locations", |
| 2136 | + "support": { |
| 2137 | + "chrome": { |
| 2138 | + "version_added": "140" |
| 2139 | + }, |
| 2140 | + "chrome_android": "mirror", |
| 2141 | + "edge": "mirror", |
| 2142 | + "firefox": { |
| 2143 | + "version_added": "146" |
| 2144 | + }, |
| 2145 | + "firefox_android": "mirror", |
| 2146 | + "oculus": "mirror", |
| 2147 | + "opera": "mirror", |
| 2148 | + "opera_android": "mirror", |
| 2149 | + "safari": { |
| 2150 | + "version_added": false |
| 2151 | + }, |
| 2152 | + "safari_ios": "mirror", |
| 2153 | + "samsunginternet_android": "mirror", |
| 2154 | + "webview_android": "mirror", |
| 2155 | + "webview_ios": "mirror" |
| 2156 | + }, |
| 2157 | + "status": { |
| 2158 | + "experimental": false, |
| 2159 | + "standard_track": false, |
| 2160 | + "deprecated": false |
| 2161 | + } |
| 2162 | + } |
| 2163 | + }, |
2101 | 2164 | "dataType_parameter": { |
2102 | 2165 | "__compat": { |
2103 | 2166 | "description": "`dataType` parameter", |
|
2129 | 2192 | "deprecated": false |
2130 | 2193 | } |
2131 | 2194 | }, |
| 2195 | + "request": { |
| 2196 | + "__compat": { |
| 2197 | + "description": "`\"request\"`", |
| 2198 | + "support": { |
| 2199 | + "chrome": { |
| 2200 | + "version_added": "142" |
| 2201 | + }, |
| 2202 | + "chrome_android": "mirror", |
| 2203 | + "edge": "mirror", |
| 2204 | + "firefox": { |
| 2205 | + "version_added": false, |
| 2206 | + "impl_url": "https://bugzil.la/1988955" |
| 2207 | + }, |
| 2208 | + "firefox_android": "mirror", |
| 2209 | + "oculus": "mirror", |
| 2210 | + "opera": "mirror", |
| 2211 | + "opera_android": "mirror", |
| 2212 | + "safari": { |
| 2213 | + "version_added": false |
| 2214 | + }, |
| 2215 | + "safari_ios": "mirror", |
| 2216 | + "samsunginternet_android": "mirror", |
| 2217 | + "webview_android": "mirror", |
| 2218 | + "webview_ios": "mirror" |
| 2219 | + }, |
| 2220 | + "status": { |
| 2221 | + "experimental": true, |
| 2222 | + "standard_track": false, |
| 2223 | + "deprecated": false |
| 2224 | + } |
| 2225 | + } |
| 2226 | + }, |
2132 | 2227 | "response": { |
2133 | 2228 | "__compat": { |
2134 | 2229 | "description": "`\"response\"`", |
2135 | 2230 | "spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-value-networkdatatype-response", |
2136 | 2231 | "support": { |
2137 | 2232 | "chrome": { |
2138 | | - "version_added": false |
| 2233 | + "version_added": "140" |
2139 | 2234 | }, |
2140 | 2235 | "chrome_android": "mirror", |
2141 | 2236 | "edge": "mirror", |
|
2155 | 2250 | "webview_ios": "mirror" |
2156 | 2251 | }, |
2157 | 2252 | "status": { |
2158 | | - "experimental": true, |
| 2253 | + "experimental": false, |
2159 | 2254 | "standard_track": true, |
2160 | 2255 | "deprecated": false |
2161 | 2256 | } |
|
0 commit comments