-
Hi, I found some issues when using this lib in my TS project.
- pre installed 'websocket' lib needs .node c++ compiled module, it's not compatible in webpack, I tried 'ws' instead of 'websocket', and…
-
This is intended to extract an explicit discussion point about polyfilling this proposal today. A good bit of discussion about this happened in https://github.com/WebAssembly/webidl-bindings/issues/25…
-
.
-
Native Promises have started landing in places (like Chrome Canary), so the polyfill shouldn't try to stomp on global.Promises so blithely.
-
### Using browser / .chrome in .svelte files not working
I am trying to user the chrome.storage api within my .svelte files. I have tried using vite-plugin-web-extension along with the polyfill su…
-
- Site: [https://events-system.org](https://events-system.org)
**New Alerts**
- **Content Security Policy (CSP) Header Not Set** [10038] total: 3:
- [https://events-system.org/](https://even…
-
## Which package?
`@formatjs/intl-datetimeformat`
## Describe the bug
When using the `@formatjs/intl-datetimeformat`, formatting a time in the `America/Detroit` timezone shows `GMT-4` as the …
-
Because webpack 5 does not bundle node polyfills by default this package is broken for build systems with webpack 5.
I tried polyfilling by using tsconfig compilerOptions but you cannot polyfill m…
-
It looks like the CI tests Node 18.17+, so I guess that might be the minimum version supported by this library. Once that's raised to Node 18.19+ it would be nice to drop the `readable-stream` depende…
-
This polyfill unnecessarily removes and replaces `aspect-ratio` even in browsers where it is supported.
I suggest that the original `aspect-ratio` property is left intact, and the polyfill-generate…