Update caniuse-lite

This commit is contained in:
Henry Mercer 2024-07-01 14:42:00 +02:00
parent bfdafbcc1e
commit 249d690124
828 changed files with 840 additions and 816 deletions

View file

@ -27,7 +27,11 @@ function unpackSupport(cipher) {
}
function unpackFeature(packed) {
let unpacked = { status: statuses[packed.B], title: packed.C }
let unpacked = {
status: statuses[packed.B],
title: packed.C,
shown: packed.D
}
unpacked.stats = Object.keys(packed.A).reduce((browserStats, key) => {
let browser = packed.A[key]
browserStats[browsers[key]] = Object.keys(browser).reduce(