| 1 | /* eslint-env mocha */ |
| 2 | /* globals chai assert FileReaderSync assert WHATWGFetch */ |
| 3 | var IEorEdge = /Edge\//.test(navigator.userAgent) || /MSIE/.test(navigator.userAgent) |
| 4 | var Chrome = /Chrome\//.test(navigator.userAgent) && !IEorEdge |
nothing calls this directly
no test coverage detected