Mapping of Devices by unique name
Fired when a message is sent from either an extension
(by runtime.sendMessage) or a content script (by tabs.sendMessage).
https://developer.chrome.com/extensions/runtime#event-onMessage
details for the message
MessageSender object
function to call once after processing
true if asynchronous
Event: called when document and resources are loaded
Load the Device objects from localStorage
A Map of Device objects keyed by their unique names
Remove all Device objects
Get the Device objects from localStorage
Remove a Device with the given unique name
Save the Device objects to localStorage
Generated using TypeDoc
A list of remote Device that we know about