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 am using Vue for my website, and I cannot get this polyfill to work.
When using the require/register method in the Readme, Edge will complain with the following error (On localhost):
An SSL certificate error occurred when fetching the script.
Which is strange, because the website works fine. The certificate is self-signed, but it is accepted.
Nothing happens. Safari on iOS doesn't seem to do anything in the above scenarios. I cannot debug on desktop Safari, because I haven no more mac OS devices.
Not that it's of much value, but Firefox and Chrome both don't work. On Firefox it's because of the ServiceWorker being unsupported, I believe that this is a known issue.
Does anyone know how to get this working in Vue? I would love AVIF support in browsers which do not support it!
The text was updated successfully, but these errors were encountered:
I am using Vue for my website, and I cannot get this polyfill to work.
When using the require/register method in the Readme, Edge will complain with the following error (On localhost):
When directly importing the files like this:
Nothing happens. Safari on iOS doesn't seem to do anything in the above scenarios. I cannot debug on desktop Safari, because I haven no more mac OS devices.
Not that it's of much value, but Firefox and Chrome both don't work. On Firefox it's because of the ServiceWorker being unsupported, I believe that this is a known issue.
Does anyone know how to get this working in Vue? I would love AVIF support in browsers which do not support it!
The text was updated successfully, but these errors were encountered: