mirror-media / plate-vue-dfp

A package for google dfp in framwork vue.
5 stars 3 forks source link

memory leak ? #32

Open 123mitnik opened 5 years ago

123mitnik commented 5 years ago

where do you remove the event listener - googletag.pubads().addEventListener('slotRenderEnded', this.dfpOptions['afterEachAdLoaded'].bind(this))

chiangkeith commented 5 years ago

@123mitnik You're right, there's nowhere to remove this event listener actually, because DFP doesnt provide any way to remove it...

123mitnik commented 5 years ago

yes... there is no way inside DFP . i can't find a way to circumvent this . it is causing huge memory leak in my app