fukang wang
fukang wang
在 onMessage.addListener 里,也有 callback 执行,也有 return true,我没想明白 lastError 在 nodejs 网站触发的原因... https://github.com/EdgeTranslate/EdgeTranslate/blob/fd437fb27da3998730eaf204a6df15a89e28bad0/packages/EdgeTranslate/src/common/scripts/channel.js#L51
@wqcstrong I have the idea to solve it, but In what scenarios would this be used?
@wqcstrong I have published a npm package named `rrweb-events-merge` powered by `rrweb` and `rrweb-snapshot`. You can try it with: 1. install dependencies ```shell npm install rrweb-events-merge ``` 2. import and...
@wqcstrong I opened a PR: https://github.com/rrweb-io/rrweb/pull/1616. Please help to confirm if this PR can solve your problem at your convenience.
I think that you can try this approach to deal with the events(10MB) based on client replay before uploading or do it with jsdom in server.
I encountered the same error, any update on this issue? I use [email protected]
@HappyPot which version are you using? have you tried 2.0.0-alpha.18
> [@wfk007](https://github.com/wfk007) I'm glad to hear that. I'm using version 2.0.0-alpha.4 right now, and I plan to give the version you mentioned a try If I'm not mistaken, version 2.0.0-alpha.18...
[Wujie framework](https://github.com/Tencent/wujie) [proxies](https://github.com/Tencent/wujie/blob/ddfc5ccd730a2a87dfbfb455dbcac4618f5cee4b/packages/wujie-core/src/effect.ts#L461)`iframe.contentDocument.contains` to the `contains` which this bind to shadow-root(document-fragment) This explained the log output below: ```js const iframe = window.document.querySelector('IFRAME'); const head = iframe.contentDocument.querySelector('head'); // updated code simulate...
> Looks like this is the correct fix: [wfk007/rrweb-wujie#1](https://github.com/wfk007/rrweb-wujie/pull/1) wujie monkeypatches .ownerDocument and we where still accessing using the un-monkey accessor method which lead to the recording breaking This pr...