static createRenderRoot()

in x-element.js [132:134]


  static createRenderRoot(host) {
    return host.attachShadow({ mode: 'open' });
  }