Skip to content

Commit 4404586

Browse files
committed
docs: Improved readme. Incremented project version.
1 parent 6d06f11 commit 4404586

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ or with [config](https://github.com/cure53/DOMPurify/blob/main/README.md):
5555
const 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

6065
DOMPurify -

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)