Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ format
Method
format
website/script/index.js:343–348 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
];
342
343
get format() {
344
const
form =
new
FormData(
345
document.getElementById(this.getAttribute(
"for-format"
)),
346
);
347
return
form.get(
"format"
);
348
}
349
350
get formatOptions() {
351
const
form =
new
FormData(
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected