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
In my application, I have a condition to check if the navigator.pdfViewerEnabled is disabled. In the browser, by default, it is enabled, so all the use cases work by default, and it being disabled is an edge case.
During the storycap execution, however, it is false.
The question is why? And what can be done about it?
The text was updated successfully, but these errors were encountered:
In my application, I have a condition to check if the
navigator.pdfViewerEnabled
is disabled. In the browser, by default, it is enabled, so all the use cases work by default, and it being disabled is an edge case.During the storycap execution, however, it is false.
The question is why? And what can be done about it?
The text was updated successfully, but these errors were encountered: