Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibPDF-js/core
/ addWarning
Method
addWarning
src/api/pdf-context.ts:138–140 ·
view source on GitHub ↗
* Add a warning message.
(message: string)
Source
from the content-addressed store, hash-verified
136
* Add a warning message.
137
*/
138
addWarning(message: string): void {
139
this.registry.addWarning(message);
140
}
141
142
/**
143
* Get all warnings.
Callers
2
saveInternal
Method · 0.45
list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected