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
Under certain conditions Clipboard API might fail. Lack of a Secure Context causes silent failure of navigator.clipboard.writeText() copy operation.
Current code needs stronger error checking and a fallback option if a Secure Context is not available.
Issue xtekky/gpt4free#2287
Pull request xtekky/gpt4free#2302
The text was updated successfully, but these errors were encountered:
Under certain conditions Clipboard API might fail. Lack of a Secure Context causes silent failure of
navigator.clipboard.writeText()
copy operation.Current code needs stronger error checking and a fallback option if a Secure Context is not available.
Issue xtekky/gpt4free#2287
Pull request xtekky/gpt4free#2302
The text was updated successfully, but these errors were encountered: