Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ define
Method
define
website/script/index.js:564–566 ·
view source on GitHub ↗
(tagName = "metric-observer")
Source
from the content-addressed store, hash-verified
562
563
class
MetricObserver extends HTMLElement {
564
static define(tagName =
"metric-observer"
) {
565
customElements.define(tagName, this);
566
}
567
568
shadowRoot = this.attachShadow({ mode:
"open"
});
569
Callers
nothing calls this directly
Calls
1
define
Method · 0.45
Tested by
no test coverage detected