MCPcopy Create free account
hub / github.com/csskit/csskit / example

Method example

website/script/index.js:650–653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648 }
649
650 get example() {
651 const form = new FormData(this.querySelector("form"));
652 return form.get("example");
653 }
654
655 handleEvent(e) {
656 const url = new URL(window.location);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected