domino
domino copied to clipboard
Server-side DOM implementation based on Mozilla's dom.js
Any problem in computer science can be solved by adding another layer of indirection. This fixes all issues related with sloppy.js not being strict-mode compliant like #170 and #153 Aside...
Especially since domino does not execute scripts, one would expect `` to work. However this does not seem to be the case at the moment: https://stackblitz.com/edit/node-a2jfmn?file=index.js By treating the content...
I reported a bug in Angular SSR, it was caused by domino that it couldn't use ESM do you have any plan to resolve this issue? [bug details](https://github.com/angular/angular/issues/45062)
This error comes to me via usage of Angular Universal. When attempting to serve my development server and accessing any of the pages, I am greeted to a blank screen...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
The `selectedOptions` property is not supported on the `select` elements in Domino based on the definition here: https://github.com/fgnass/domino/blob/12a5f67136a0ac10e3fa1649b8787ba3b309e9a7/lib/htmlelts.js#L959-L979 The `selectedOptions` property is [generally supported in all modern browsers](https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement/selectedOptions#browser_compatibility) and it'd...
Getting an error with message "NotYetImplemented" from utils.js I get the error while using nodejs server, what this exact error means? When I'm using "ng serve" there is not such...
This error comes to me via usage of Angular Universal. When attempting to serve my development server and accessing any of the pages, I am greeted to a blank screen...
Webpack or Rollup transpilation error - TypeError: Right-hand side of 'instanceof' is not an object
It looks like the name of the function attached to `ctor` param is stripped by the transpilation process & given `ctor` instead. The result is the error `TypeError: Right-hand side...
Noticed in domino 2.1.6 via angular9 universal. If `someElement.style.setProperty(key, value)` is called using a key which begins with "--" (i.e. custom CSS variables), the following parsing error is reported: ```...