开发者社区 问答 正文

做个记录,我想用JSON.stringify把DOM的attributes转成字符串的时候报错

'Attr.ownerElement' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom).

'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use the 'fullscreenchange' and 'webkitfullscreenchange' events instead.

'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Its value is true if the video is loaded.

Uncaught TypeError: Converting circular structure to JSON

展开
收起
杨冬芳 2016-06-16 11:39:05 2459 分享 版权
1 条回答
写回答
取消 提交回答
  • IT从业

    看log好像是你在尝试转化一个存在循环引用的对象。

    2019-07-17 19:40:38
    赞同 展开评论