Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pollinations/pollinations
/ setInnerContent
Method
setInnerContent
pollinations.ai/src/worker.ts:13–13 ·
view source on GitHub ↗
(content: string)
Source
from the content-addressed store, hash-verified
11
interface
CfElement {
12
setAttribute(name: string, value: string): void;
13
setInnerContent(content: string): void;
14
append(content: string, options?: { html: boolean }): void;
15
}
16
interface
CfElementHandler {
Callers
1
element
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected