partytown icon indicating copy to clipboard operation
partytown copied to clipboard

Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉

Results 194 partytown issues
Sort by recently updated
recently updated
newest added

Would love to see official Zendesk support/integration post-beta. It is one of our heaviest hitters in main-thread work as far as third-party scripts are concerned and I love the concept...

good first issue
help wanted
needs reproduction

I believe that Partytown's isolation could be improved by embedding it via a cross-origin iframe rather than directly as a worker. # Problem Because the worker inherits the embedding page's...

enhancement
help wanted

**Describe the bug** When using `partytown` with GoogleTagManager, clicking `a` element without `href` attribute causes the error. ``` TypeError: Failed to construct 'URL': Invalid URL ``` At https://github.com/BuilderIO/partytown/blob/c124a7def5828f5f92b953dbddc5eb48d7d450c1/src/lib/web-worker/worker-anchor.ts#L20 **To Reproduce**...

needs reproduction

This library is awesome. Thanks for all the hard work! I am using NextJs for my application and I am trying to load [Fullstory](https://www.fullstory.com/) onto my site. However I'm unable...

help wanted

I tried converting our existing GTM setup to run through partytown, however I ran into issues with the majority of our tags. Official templates worked as expected (Google Adwords, Analytics...

enhancement
help wanted

Since Partytown uses custom `script` element `type` attribute to collect all code which should be handled by Partytown, this can clash with recommendation from CMPs like Didomi which also [use...

help wanted
question

I am attempting to integrate TrustArc, a third party cookie consent manager, with PartyTown. However it isn't showing the consent dialog as expected in an incognito window. I notice that...

needs reproduction

I need to use a function which I've exported in one of the tag. This tag is called on every page load, so that the util method written can be...

help wanted

I am using the below JS snippet to append the script element with partytown typefor the appdynamics library ``` export function asyncJs(url, elementName, onload = () => {}) { const...

needs reproduction

In Firefox: In Chrome or Safari: Also, browing in private mode with Firefox seems to disable workers: _"In Firefox, Service Worker APIs are also hidden and cannot be used when...

needs reproduction