Refactoring and cleanup

This commit is contained in:
2022-07-25 22:03:54 +00:00
parent ae916a3900
commit 947735292a
16 changed files with 132 additions and 144 deletions

View File

@@ -114,7 +114,7 @@ export const ConnectionMixin = (SuperClass) => {
private async _reregister(newData = {}) {
await this.connection.sendMessage({
type: "browser_mod/reregister",
type: "browser_mod/register",
browserID: this.browserID,
data: {
...this.browsers[this.browserID],
@@ -215,7 +215,7 @@ export const ConnectionMixin = (SuperClass) => {
) {
(async () => {
await this.connection.sendMessage({
type: "browser_mod/reregister",
type: "browser_mod/register",
browserID: oldID,
data: {
...this.browsers[oldID],