Javascript toSource() method not working

前端 未结 5 1768
臣服心动
臣服心动 2020-12-05 18:58

I\'m getting a \"Object doesn\'t support this property or method error\", does anyone know why?

I do have values plugged into userId, fname, lname, oname, sam, hasAc

5条回答
  •  隐瞒了意图╮
    2020-12-05 19:17

    toSource() does not work in Internet Explorer or Safari. It is Gecko-only. See Implementing Mozilla's toSource() method in Internet Explorer for alternatives.

提交回复
热议问题