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
namespaceURI of type DOMString, readonly, introduced in DOM Level 2
The namespace URI of this node, or null if it is unspecified.
This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
I'm using
xml
to process SAML responses.dart-xml/lib/src/xml/utils/prefix_name.dart
Line 18 in 3c587e1
The resolving of a namespace URI is depending on the ancestors.
Consider storing the namespace URI property directly.
The text was updated successfully, but these errors were encountered: