Baseline Widely Available
https://gyazo.com/a2e5a200b924df73b1d0f30a5fb867a5
定義は以下
Widely available: 30 months has passed since the newly interoperable date. The feature can be used by most sites without worrying about support.
https://web.dev/baseline#:~:text=Widely%20available%3A%2030%20months%20has%20passed%20since%20the%20newly%20interoperable%20date.%20The%20feature%20can%20be%20used%20by%20most%20sites%20without%20worrying%20about%20support.
つまりBrowserslistのクエリで以下のようにすると Baseline Widely Available なクエリと言える
code:.browserslistrc
targets: [
'chrome >0 and last 2.5 years',
'edge >0 and last 2.5 years',
'safari >0 and last 2.5 years',
'firefox >0 and last 2.5 years',
'and_chr >0 and last 2.5 years',
'and_ff >0 and last 2.5 years',
'ios >0 and last 2.5 years',
]
別途 Feature Request も出ている
Baseline query · Issue #771 · browserslist/browserslist
refs:The State of ES5 on the Web — Philip Walton