We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcdecec + 90e42c5 commit cccdb90Copy full SHA for cccdb90
1 file changed
src/shared/controllers/BaseAccountController.ts
@@ -30,10 +30,6 @@ export abstract class BaseAccountController<TProgress = unknown> {
30
31
// Monitor web request metadata
32
const ses = session.fromPartition(`persist:account-${this.accountID}`);
33
- ses.webRequest.onCompleted((_details) => {
34
- // TODO: Monitor for rate limits
35
- });
36
-
37
ses.webRequest.onSendHeaders((details) => {
38
this.handleCookieTracking(details);
39
});
0 commit comments