feat: accept user id that owns the browser instance
This commit is contained in:
@@ -90,6 +90,12 @@ export class RemoteBrowser {
|
||||
maxRepeats: 1,
|
||||
};
|
||||
|
||||
/**
|
||||
* The user ID that owns this browser instance
|
||||
* @private
|
||||
*/
|
||||
private userId: string;
|
||||
|
||||
private lastEmittedUrl: string | null = null;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user