Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ set
Method
set
modules/data/headers/headers.js:31–33 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
29
return
super.has(key.toString().toLowerCase());
30
}
31
set(key, value) {
32
return
super.set(key.toString().toLowerCase(), value.toString());
33
}
34
}
35
36
export
default Headers;
Callers
2
fetch
Function · 0.95
fetch
Function · 0.95
Calls
2
set
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected