()
| 940 | } |
| 941 | |
| 942 | function caniuseModule() { |
| 943 | return 'noModule' in document.createElement('script'); |
| 944 | } |
| 945 | |
| 946 | function caniusePromise() { |
| 947 | return typeof Promise !== "undefined"; |
no outgoing calls
no test coverage detected
searching dependent graphs…