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 a Chrome Extension where i use this Library. For some months Google did not complain but it looks like they improved there Code Detection or jsPDF made some changes to there Code.
The Problem is that jsPDF is injecting JS Code on the fly and that is not allowed with the new Manifest 3 for Web Extensions.
Is there a way i can disable this feature for vue3-openlayers to not ship with jsPDF? Btw. i do not use the component "ol-printdialog-control
" where the jsPDF is used. (Maybe i do something wrong and it should not be with the package output?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I have a Chrome Extension where i use this Library. For some months Google did not complain but it looks like they improved there Code Detection or jsPDF made some changes to there Code.
The Problem is that jsPDF is injecting JS Code on the fly and that is not allowed with the new Manifest 3 for Web Extensions.
Is there a way i can disable this feature for vue3-openlayers to not ship with jsPDF? Btw. i do not use the component "ol-printdialog-control
" where the jsPDF is used. (Maybe i do something wrong and it should not be with the package output?
Thanks for your Help.
Kind Regards
surtic86
Beta Was this translation helpful? Give feedback.
All reactions