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 the element with continuous set is disconnected, some internals of the scanner aren't stopped, and there is continuous console output.
I suggest adding a disconnectedCallback() to set the active and continuous options to false - that seems to work in my experiments, but perhaps there's a 'better' way if you have more knowledge of the internals. For now, I can add these to the disconnectedCallback() in my element (since it is also removed).
The text was updated successfully, but these errors were encountered:
On Wed, Sep 11, 2019 at 9:22 AM Max Waterman ***@***.***> wrote:
If the element with continuous set is disconnected, some internals of the
scanner aren't stopped, and there is continuous console output.
I suggest adding a disconnectedCallback() to set the active and
continuous options to false - that seems to work in my experiments, but
perhaps there's a 'better' way if you have more knowledge of the internals.
For now, I can add these to the disconnectedCallback() in my element (since
it is also removed).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19?email_source=notifications&email_token=AAFRLTAWAM3Z37LUQYAU36TQJCMFBA5CNFSM4IVQHS2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKUJAUA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFRLTE63P5XKRXWSGERAD3QJCMFBANCNFSM4IVQHS2A>
.
If the element with
continuous
set is disconnected, some internals of the scanner aren't stopped, and there is continuous console output.I suggest adding a
disconnectedCallback()
to set the active and continuous options to false - that seems to work in my experiments, but perhaps there's a 'better' way if you have more knowledge of the internals. For now, I can add these to the disconnectedCallback() in my element (since it is also removed).The text was updated successfully, but these errors were encountered: