Jon DeWitt
Jon DeWitt
I'm using this polyfill in basically every project now, you guys are life savers, so thanks for that! I tend to use a lot of universal JavaScript frameworks, especially [Next.js](https://nextjs.org/)....
As pointed out in https://github.com/GoogleChrome/dialog-polyfill/issues/230, imports on isomorphic scripts fail without any handlers for server-side code. This PR addresses that concern. >EDIT: It's worth noting that the diffs picked up...
### What would you want to propose? I would love added support for the upcoming [variable units](https://drafts.csswg.org/css-variables-2/#variable-units) syntax. ```css :host { --hem: 1em; } .wrapper { width: 20--hem; } ```...
### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
Fixes #601 This will log a warning when imported on the server, and it will effectively do nothing. Otherwise, it will carry on as the polyfill usually would for browser...
### Description I'm attempting to render DSD for web components on the server side. It's difficult to support scoped elements, however, because the polyfill is not server-friendly. The polyfill must...
# Preface I was struggling to find a feature to support exactly what I wanted, and I didn't see any open issues that were quite hitting the nail on the...