You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/error/$sanitize/noinert.ngdoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
@ngdoc error
2
-
@name $sanitize:ddns
3
-
@fullName DOMDocument not supported
2
+
@name $sanitize:noinert
3
+
@fullName Can't create an inert html document
4
4
@description
5
5
6
-
This error occurs when `$sanitize` sanitizer determines that `DOMDocument` api is not supported by the current browser.
6
+
This error occurs when `$sanitize` sanitizer determines that `document.implementation.createHTMLDocument ` api is not supported by the current browser.
7
7
8
8
This api is necessary for safe parsing of HTML strings into DOM trees and without it the sanitizer can't sanitize the input.
0 commit comments