| 7 | import * as NativeTypes from './NativeTypes'; |
| 8 | |
| 9 | export default class HTML5Backend { |
| 10 | constructor(manager) { |
| 11 | this.actions = manager.getActions(); |
| 12 | this.monitor = manager.getMonitor(); |
nothing calls this directly
no outgoing calls
no test coverage detected