You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have designed a demo using partytown and executed the dom operation in the js script. From the trace, I can see that the dom operations are forwarded to the main thread for execution one by one synchronously. I don't see the batching operation phenomenon you mentioned. Is this feature not developed yet?
Reproduction
personal demo
Steps to reproduce
personal demo
Browser Info
Chrome
Additional Information
just want to konw if batching has been opened or how to open it?
is batching worked only in atmoic?
The text was updated successfully, but these errors were encountered:
Describe the bug
I have designed a demo using partytown and executed the dom operation in the js script. From the trace, I can see that the dom operations are forwarded to the main thread for execution one by one synchronously. I don't see the batching operation phenomenon you mentioned. Is this feature not developed yet?
Reproduction
personal demo
Steps to reproduce
personal demo
Browser Info
Chrome
Additional Information
just want to konw if batching has been opened or how to open it?
is batching worked only in atmoic?
The text was updated successfully, but these errors were encountered: