polyfills icon indicating copy to clipboard operation
polyfills copied to clipboard

Shady ondemand fixes

Open sorvell opened this issue 3 years ago • 1 comments

  • adds ShadyDOM.validateNodePatch which can reset a patch on a node if needed.
  • can specify ShadyDOM.onDemandPatches, a list of properties to always patch when in on-demand mode.
  • always patches styling related properties (setAttribute, className) on elements
  • allows a limited form of overriding native methods in custom elements by copying implemented methods to the "native" version

sorvell avatar Jan 20 '22 17:01 sorvell

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 18 '23 10:03 stale[bot]