File tree 4 files changed +26
-2
lines changed
4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -587,6 +587,20 @@ <h1>GitHub Feature Support Table</h1>
587
587
< td data-supported ="true "> < div > 117+</ div > </ td >
588
588
< td data-supported ="true "> < div > *</ div > </ td >
589
589
</ tr >
590
+ < tr >
591
+ < th >
592
+ < a href ="https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API ">
593
+ < code > command & commandfor</ code >
594
+ </ a >
595
+ </ th >
596
+ < td data-polyfill ="commandAndCommandFor "> < div > *</ div > </ td >
597
+ < td data-supported ="true "> < div > 135+</ div > </ td >
598
+ < td data-supported ="false "> < div > *</ div > </ td >
599
+ < td data-supported ="false "> < div > *</ div > </ td >
600
+ < td data-supported ="false "> < div > *</ div > </ td >
601
+ < td data-supported ="false "> < div > *</ div > </ td >
602
+ < td data-supported ="false "> < div > *</ div > </ td >
603
+ </ tr >
590
604
< tr >
591
605
< th > </ th >
592
606
< th colspan ="7 "> < h3 > Native Syntax</ h3 > </ th >
Original file line number Diff line number Diff line change 47
47
},
48
48
"dependencies" : {
49
49
"@oddbird/popover-polyfill" : " ^0.5.2" ,
50
- "dialog-toggle-events-polyfill" : " ^1.1.2"
50
+ "dialog-toggle-events-polyfill" : " ^1.1.2" ,
51
+ "invokers-polyfill" : " ^0.5.2"
51
52
}
52
53
}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import * as withResolvers from './promise-withResolvers.js'
5
5
import * as requestIdleCallback from './requestidlecallback.js'
6
6
import * as popover from '@oddbird/popover-polyfill/fn'
7
7
import * as dialogToggleEvents from 'dialog-toggle-events-polyfill/fn'
8
+ import * as commandAndCommandFor from 'invokers-polyfill/fn'
8
9
9
10
let supportsModalPseudo = false
10
11
try {
@@ -53,6 +54,7 @@ export const polyfills = {
53
54
withResolvers,
54
55
popover,
55
56
dialogToggleEvents,
57
+ commandAndCommandFor,
56
58
}
57
59
58
60
export function isSupported ( ) {
You can’t perform that action at this time.
0 commit comments