弃用
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the
兼容性表格
at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
DOMUserData
refers to application data. In JavaScript, it maps directly to
对象
. It is returned or used as an argument by
Node.setUserData
()
,
Node.getUserData
()
, used as the third argument to
handle()
on
UserDataHandler
, and is used or returned by various
DOMConfiguration
方法。
Note that although it can be an object, in Mozilla, it may be returned as a string or other type, if it was set as such a type (e.g.,
Node.setUserData
()
and
Node.getUserData
()
).
DOMUserData
is not persisted nor serialized and will not be present after the application has restarted or after a crash. If you are interested in persisting data you might rather need to use
nsISessionStore
.
| 规范 | 状态 | 注释 |
|---|---|---|
|
DOM (文档对象模型) 3 级核心规范
The definition of 'DOMUserData' in that specification. |
过时 | Initial specification |
UserDataHandler
,
node.getUserData
,
node.setUserData
data-*
attributes,
HTMLElement.dataset
)
nsISessionStore
DOMUserData
AbortController
AbortSignal
Attr
ByteString
CDATASection
CSSPrimitiveValue
CSSValue
CSSValueList
CharacterData
ChildNode
注释
CustomEvent
DOMConfiguration
DOMError
DOMErrorHandler
DOMException
DOMImplementation
DOMImplementationList
DOMImplementationRegistry
DOMImplementationSource
DOMLocator
DOMObject
DOMParser
DOMPoint
DOMPointInit
DOMPointReadOnly
DOMRect
DOMString
DOMTimeStamp
DOMTokenList
Document
DocumentFragment
DocumentType
元素
ElementTraversal
Entity
EntityReference
事件
EventTarget
HTMLCollection
MutationObserver
节点
NodeFilter
NodeIterator
NodeList
NonDocumentTypeChildNode
ProcessingInstruction
PromiseResolver
范围
文本
TextDecoder
TextEncoder
TimeRanges
TreeWalker
TypeInfo
USVString
UserDataHandler
XMLDocument