Skip to content

Commit 6ca7433

Browse files
chore(web-features): add navigation and temporal
1 parent 422ba66 commit 6ca7433

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/cc-web-features-tracker/web-features.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
"isProgressiveEnhancement": true,
6464
"canBeUsedWithPolyfill": false
6565
},
66+
{
67+
"featureId": "navigation",
68+
"category": "JS",
69+
"comment": "Provides an interface for managing and interacting with the browser's navigation history.",
70+
"isProgressiveEnhancement": false,
71+
"canBeUsedWithPolyfill": false
72+
},
6673
{
6774
"featureId": "overflow-clip-margin",
6875
"category": "CSS",
@@ -84,6 +91,13 @@
8491
"isProgressiveEnhancement": true,
8592
"canBeUsedWithPolyfill": false
8693
},
94+
{
95+
"featureId": "temporal",
96+
"category": "JS",
97+
"comment": "A new date/time API for JavaScript that provides a modern alternative to the existing Date object.",
98+
"isProgressiveEnhancement": false,
99+
"canBeUsedWithPolyfill": false
100+
},
87101
{
88102
"featureId": "view-transitions",
89103
"category": "CSS",

0 commit comments

Comments
 (0)