UNPKG

@skatejs/ssr

Version:

Server-side render your web components.

16 lines (14 loc) 336 B
class MutationRecord { constructor() { this.addedNodes = []; this.attributeName = null; this.attributeNamespace = null; this.oldValue = null; this.nextSibling = null; this.previousSibling = null; this.removedNodes = []; this.target = null; this.type = null; } } module.exports = MutationRecord;