File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ or with [config](https://github.com/cure53/DOMPurify/blob/main/README.md):
5555const clean = DOMPurify .sanitize (dirtyString, { USE_PROFILES : { html: true } });
5656```
5757
58+ ## Web Worker Support
59+
60+ The ` isomorphic-dompurify ` library is [ compatible with Web Workers] ( https://github.com/kkomelin/isomorphic-dompurify/pull/242 ) ,
61+ however, ` dompurify ` [ is not, at least not yet] ( https://github.com/cure53/DOMPurify/issues/577 ) .
62+
5863## License
5964
6065DOMPurify -
Original file line number Diff line number Diff line change 11{
22 "name" : " isomorphic-dompurify" ,
3- "version" : " 2.32 .0" ,
3+ "version" : " 2.33 .0" ,
44 "description" : " Makes it possible to use DOMPurify on server and client in the same way." ,
55 "keywords" : [
66 " security" ,
You can’t perform that action at this time.
0 commit comments