The Wayback Machine - https://web.archive.org/web/20150323212627/https://developer.mozilla.org/zh-CN/docs/Web/API/DOMUserData
mozilla
您的搜索结果

    DOMUserData

    我们的志愿者还没有将这篇文章翻译为 中文 (简体) 。加入我们帮助完成翻译!

    Obsolete
    This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

    DOMUserData refers to application data. In JavaScript, it maps directly to Object. 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 methods.

    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.

    Specifications

    See also

    文档标签和贡献者

    此页面的贡献者有: Sheppy, MHasan, fscholz, Brettz9, kscarfone, teoli, madarche
    最后编辑者: teoli,