Sha256: 0faa7f0a78c43f6eeb0e38f233069eae4a13cc82eff4d7fa319c72b60f451782

Contents?: true

Size: 570 Bytes

Versions: 20

Compression:

Stored size: 570 Bytes

Contents

"use strict";
const cssstyle = require("cssstyle");

class ElementCSSInlineStyle {
  _initElementCSSInlineStyle() {
    this._settingCssText = false;
    this._style = new cssstyle.CSSStyleDeclaration(newCssText => {
      if (!this._settingCssText) {
        this._settingCssText = true;
        this.setAttributeNS(null, "style", newCssText);
        this._settingCssText = false;
      }
    });
  }
  get style() {
    return this._style;
  }
  set style(value) {
    this._style.cssText = value;
  }
}

module.exports = {
  implementation: ElementCSSInlineStyle
};

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
appmap-0.72.2 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.72.1 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.72.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.71.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.70.2 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.70.1 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.70.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.69.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.68.2 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.68.1 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.68.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.67.1 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.67.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.66.2 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.66.1 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.66.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.65.1 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.65.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.64.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
appmap-0.63.0 ./node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js