Jonathan Price

Results 3 issues of Jonathan Price

`dist/oidc-client.rsa256.min.js` jumped from 170 KB in 1.11.0 to 800 KB in 1.11.1 We used `oidc-client.rsa256.min.js` because it was significantly smaller than the other artifacts, my understanding is that `oidc-client.rsa256.min.js` is...

bug

When I try and use the local storage hook in a vite project, running in dev mode, I get the following error: ``` Uncaught ReferenceError: global is not defined ```...

I have a component that behaves differently on different browsers / operating systems. I want to test these different behaviours. I use a decorator that simulates the different environments by...

bug