OpenWPM
OpenWPM copied to clipboard
Create DataSocket
This would be a wrapper around client socket providing utility methods for the four types of messages the storage controller understands. These are
- append_table(table_name, record)
- initialize (visit_id)
- finalize(visit_id, success)
- save_blob(hash, blob)
This class would replace the raw client socket we use today in BaseCommand.execute and could be used for testing