kostia-lev
kostia-lev
I have a library which uses xmlhttprequest and I want to pass ykzts/node-xmlhtptrequest. Will it work?
I would like to use oic-client-ts in service worker in chrome extension. Be these things throw errors(window is not existent in service worker): async signinPopupCallback(url = window.location.href, keepOpen = false)...
auto renew token works when you set time manually, but when you wait for 1 hour for token to expire, it does not autoupdate, [https://github.com/maxmantz/redux-oidc-example/issues/27](url)
1) If I change time to something like 5 minutes till token expiration, it auto renews token 2) if I leave page open for 1 hour or so, it silently...
example does not start
fix for [https://github.com/yjose/reactjs-popup/issues/313](https://github.com/yjose/reactjs-popup/issues/313)
I use Electron and in main.ts: import { JSONFile } from 'lowdb/node'; import { Low } from 'lowdb'; app .whenReady() .then( () => new Low( new JSONFile( `${app.getPath('userData')}/db.json`, ), {...
I have Electron app based on https://github.com/electron-react-boilerplate/electron-react-boilerplate. I installed node js library and for it to work used such code in my webpack.config.base.ts: `new webpack.ProvidePlugin({ process: 'process/browser', // Automatically polyfills...