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
Is your feature request related to a problem? Please describe.
In Partytown's web worker context, NodeFilter object is not defined. For more info regarding NodeFilter, please see here.
Describe the solution you'd like
Please make NodeFilter API available in web worker.
Describe alternatives you've considered
N/A.
Additional context
A test case to verify the absence of NodeFilter has been created here. To run the test case:
npx playwright test tests/platform/node-filter --browser=chromium
Observed:
Test case timed out because error was thrown during javascript evaluation.
Expected:
The test case passes in execution.
The text was updated successfully, but these errors were encountered:
Partytown moves to QwikDev organization, this is a new beginning for the project. So it's time to clarify the status and clean up the current state a bit. This issue was automatically marked as deprecated and closed because it was not detected recent activity for 8 months, date of latest version. If this issue is still relevant, feel free to comment below and the maintainers will reopen it. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
In Partytown's web worker context, NodeFilter object is not defined. For more info regarding NodeFilter, please see here.
Describe the solution you'd like
Please make NodeFilter API available in web worker.
Describe alternatives you've considered
N/A.
Additional context
A test case to verify the absence of NodeFilter has been created here. To run the test case:
npx playwright test tests/platform/node-filter --browser=chromium
Observed:
Test case timed out because error was thrown during javascript evaluation.
Expected:
The test case passes in execution.
The text was updated successfully, but these errors were encountered: