|
79 | 79 | ], |
80 | 80 | "support": { |
81 | 81 | "chrome": [ |
| 82 | + { |
| 83 | + "version_added": "127", |
| 84 | + "partial_implementation": true, |
| 85 | + "notes": [ |
| 86 | + "Some requests may still be taken from the cache unless the tab is reloaded or the page is requested in a new tab. See [bug 364634040](https://crbug.com/364634040).", |
| 87 | + "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)." |
| 88 | + ] |
| 89 | + }, |
82 | 90 | { |
83 | 91 | "version_added": "65", |
84 | | - "notes": "Setting this value may increase response duration (see [bug 40233601](https://crbug.com/40233601)." |
| 92 | + "version_removed": "127", |
| 93 | + "partial_implementation": true, |
| 94 | + "notes": "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)." |
85 | 95 | }, |
86 | 96 | { |
87 | 97 | "version_added": "61", |
88 | 98 | "version_removed": "63", |
89 | | - "notes": "Setting this value may prevent a page from fully load (see [bug 41343050](https://crbug.com/41343050)." |
| 99 | + "partial_implementation": true, |
| 100 | + "notes": [ |
| 101 | + "Setting this value may prevent a page from fully loading. See [bug 41343050](https://crbug.com/41343050).", |
| 102 | + "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)." |
| 103 | + ] |
90 | 104 | } |
91 | 105 | ], |
92 | 106 | "chrome_android": "mirror", |
|
346 | 360 | "web-features:clear-site-data" |
347 | 361 | ], |
348 | 362 | "support": { |
349 | | - "chrome": { |
350 | | - "version_added": "117" |
351 | | - }, |
| 363 | + "chrome": [ |
| 364 | + { |
| 365 | + "version_added": "127", |
| 366 | + "partial_implementation": true, |
| 367 | + "notes": [ |
| 368 | + "Some requests may still be taken from the cache unless the tab is reloaded or the page is requested in a new tab. See [bug 364634040](https://crbug.com/364634040).", |
| 369 | + "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)." |
| 370 | + ] |
| 371 | + }, |
| 372 | + { |
| 373 | + "version_added": "117", |
| 374 | + "version_removed": "127", |
| 375 | + "partial_implementation": true, |
| 376 | + "notes": "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)." |
| 377 | + } |
| 378 | + ], |
352 | 379 | "chrome_android": "mirror", |
353 | 380 | "edge": "mirror", |
354 | 381 | "firefox": { |
|
0 commit comments