Review of "End Session Timer" version 10

Details Page Preview

Set end session timer in seconds

Extension Homepage
https://github.com/PRATAP-KUMAR/end-session-timer

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
13 Active
12 Inactive
11 Rejected
10 Rejected
9 Rejected
8 Active
7 Active
6 Rejected
5 Inactive
4 Inactive
3 Inactive
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
`this._timerId` doesn't exist in the default class you are exporting.
PRATAP PANABAKA posted a review
Hi, I am sorry I did not understand how to resolve this. In the version 9 review, you mentioned line number 41 `extension.js`. That is in a regular function, so `this` refers to the override method. can you please help me how to resolve this? Thank You
PRATAP PANABAKA posted a review
In version 9 Line numbers 41 and 54 in `extension.js` are not enough to clear the timeout. Please help. Thank You
JustPerfection posted a review
Create a global variable: ```js let timeoutId; ``` and replace all `this._timerId`s with `timeoutId`. Also remove line 56 `extension.js`.
PRATAP PANABAKA posted a review
Thank You so much, I am pitying myself, how did I miss that? Done sir, submitting now.