MCPcopy Create free account
hub / github.com/cure53/dompurify / StringWrapper

Class StringWrapper

test/bootstrap-test-suite.js:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3module.exports = function (JSDOM) {
4 class StringWrapper {
5 constructor(s) {
6 this.s = s;
7 }
8
9 toString() {
10 return this.s;
11 }
12 }
13
14 function loadDOMPurify(
15 assert,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected