feat: accept user id that owns the browser instance

This commit is contained in:
amhsirak
2025-03-06 04:41:35 +05:30
parent 0dfbcd3c17
commit 9798631c16

View File

@@ -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;
/**