Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cure53/DOMPurify
/ constructor
Method
constructor
test/bootstrap-test-suite.js:5–7 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
3
module.exports =
function
(JSDOM) {
4
class
StringWrapper {
5
constructor(s) {
6
this.s = s;
7
}
8
9
toString() {
10
return
this.s;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected