Hi,
On iphone (iOS), I have the following error :
e.isSubsetOf is not a function(lib/utils/client.js)
After checking, isSubsetOf has been implemented in Safari 17 and for example, the one that reports this error runs iOS 15.8.4 (can not be upgraded) so Safari version is 15.
Can we modify to use a polyfill when needed or modify the code to avoid isSubsetOf?
Thanks.
Hi,
On iphone (iOS), I have the following error :
e.isSubsetOf is not a function(lib/utils/client.js)After checking,
isSubsetOfhas been implemented in Safari 17 and for example, the one that reports this error runs iOS 15.8.4 (can not be upgraded) so Safari version is 15.Can we modify to use a polyfill when needed or modify the code to avoid isSubsetOf?
Thanks.