File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/components/cc-web-features-tracker Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments