construct-style-sheets icon indicating copy to clipboard operation
construct-style-sheets copied to clipboard

Constructible style sheets/adopted style sheets polyfill

Results 28 construct-style-sheets issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.2 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

Document.adoptedStyleSheets is no longer readonly: https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets > In an earlier version of the specification, the array was not modifiable, so the only way to add new stylesheets was to assign...

Seems like the mutation callback gets executed after the document is gone in vitest which causes following error: `Error: Uncaught [ReferenceError: document is not defined]` ```diff - if (!document) {...

**Describe the bug** When using the `construct-style-sheet` for instance in JSDom, then in some cases, `document` seems to be undefined. There was an if condition introduced with a fix: https://github.com/calebdwilliams/construct-style-sheets/blob/bdd71c7f480ce08214e01d9cd2c215dcdf8a9097/src/Location.ts#L219...