someengineer-nordsec

Results 6 issues of someengineer-nordsec

[//]: # (These comments will not show up. You can keep them or delete them, up to you.) #### Describe the bug [//]: # (A clear and concise description of...

type: bug

official types for MV3 https://www.npmjs.com/package/chrome-types

Hi, When `resubscribe=true`, mqtt instance tracks resubscribe topics internally (hidden behind private field) It would be helpful, if mqtt instance exposed a method e.g. `getResubscribeTopics()`. Wdyt?

Hi, I wanted to get your opinion on this. It seems there is no official approach to have dynamic `reconnectPeriod`. But it is possible to reuse the same concept as...

no-stale

Happens on all including `0.1.155` ```ts const listener = (windowId: number) => { console.log(windowId); }; chrome.windows.onFocusChanged.addListener(listener); chrome.windows.onFocusChanged.removeListener(listener); chrome.windows.onFocusChanged.hasListener(listener); ``` `addListener` ![Screenshot 2022-12-20 at 13 28 49](https://user-images.githubusercontent.com/99187211/208667486-ca358769-78be-4156-99c8-fa5ee6ffb170.png) `removeListener` ![Screenshot 2022-12-20 at...

**Is your feature request related to a problem? Please describe.** - It seems this detection adds unnecessary complexity - There have been https://github.com/mqttjs/MQTT.js/commits/main/src/lib/is-browser.ts quite a few fixes for it, there...