Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ removeClass
Function
removeClass
web-src/src/common/utils/common.js:81–83 ·
view source on GitHub ↗
(element, clazz)
Source
from the content-addressed store, hash-verified
79
}
80
81
export
function
removeClass(element, clazz) {
82
element.classList.remove(clazz);
83
}
84
85
export
function
callHttp(url, object, method, asyncHandler, onError) {
86
method = method ||
'GET'
;
Callers
1
showInfo
Function · 0.90
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected