UNPKG

@webcomponents/custom-elements

Version:
13 lines (11 loc) 236 B
<!DOCTYPE html> <link rel="import" href="circular-level2.html"> <script> 'use strict'; customElements.define('a-a', class extends HTMLElement { constructor() { super(); constructors.push('circular-level1'); } }); </script>