We implement the new DevToolsMessageHandler to provide access to the kit from the dev-tools gizmo. In our own implementation, we hook up some listeners upon handleConnect but the unregisteration doesn't work yet.
We would need a handleDisconnect method similar to the handleConnect to know when the listeners are not needed anymore.
We implement the new
DevToolsMessageHandler
to provide access to the kit from the dev-tools gizmo. In our own implementation, we hook up some listeners uponhandleConnect
but the unregisteration doesn't work yet. We would need ahandleDisconnect
method similar to thehandleConnect
to know when the listeners are not needed anymore.