nealrosen04

Results 7 comments of nealrosen04

1. CMP defines Polyfills – are you sure that the only option is to have polyfills that pollute the global prototypes? I feel like this problem has been solved already...

import 'core-js'; sets the polyfills in the global scope. So yes it would make those polyfills available to the iabtcf code, but it would also pollute the global namespace of...

Aha, yes I am. This looks like just what we want. I'll try this first thing in the morning and report back. Thanks!

Just an update. It seems like the @babel/runtime approach should work, but I'm having trouble configuring babel to include the polyfills correctly. Would you consider having your build generate both...

I have not been able to get @babel/runtime to work. It seemed to work to inject polyfills into my own source code, but didn't seem to update anything in this...

I posted an update a few hours ago :). I spent a couple days trying to configure babel to inject polyfills into the iabtcf library code, but wasn't able to...

Hi @HeinzBaumann, I have not gotten this to work in IE yet. It's been a while since you asked this question. Were you able to get this to work by...