We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rrweb
@latest
不报错
有iframe的页面录屏就会报错
No response
if (r.tagName === "IFRAME" && t.attributeName === "src" && !this.keepIframeSrcFn(n)) if (!r.contentDocument) t.attributeName = "rr_src"; else return;
debug发现是代码的这部分报错,报错信息: rrweb-record.min.js:3 Uncaught TypeError: Cannot set property attributeName of # which has only a getter
The text was updated successfully, but these errors were encountered:
@2513483494 你试试 2.0.0-alpha.8,#1173 这个 PR 应该修复了这个问题
Sorry, something went wrong.
No branches or pull requests
Preflight Checklist
What package is this bug report for?
rrweb
Version
@latest
Expected Behavior
不报错
Actual Behavior
有iframe的页面录屏就会报错
Steps to Reproduce
有iframe的页面录屏就会报错
Testcase Gist URL
No response
Additional Information
if (r.tagName === "IFRAME" && t.attributeName === "src" && !this.keepIframeSrcFn(n))
if (!r.contentDocument)
t.attributeName = "rr_src";
else
return;
debug发现是代码的这部分报错,报错信息:
rrweb-record.min.js:3 Uncaught TypeError: Cannot set property attributeName of # which has only a getter
The text was updated successfully, but these errors were encountered: