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
If a specific service is accepted, and there is at least one iframe not visible in the viewport, calling .rejectService('<specific_service>') does not reset the iframe. Instead, as soon as you scroll to that iframe, it will load as if the rejectService method was never called.
This occurs with specific services only:
.rejectService('all') ok
.rejectService('youtube') fail
The text was updated successfully, but these errors were encountered:
If a specific service is accepted, and there is at least one iframe not visible in the viewport, calling
.rejectService('<specific_service>')
does not reset the iframe. Instead, as soon as you scroll to that iframe, it will load as if therejectService
method was never called.This occurs with specific services only:
.rejectService('all')
ok.rejectService('youtube')
failThe text was updated successfully, but these errors were encountered: