We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53c857 commit 20cd433Copy full SHA for 20cd433
src/io/files.js
@@ -2187,9 +2187,7 @@ function files(p5, fn){
2187
* @private
2188
*/
2189
fn._isSafari = function () {
2190
- // Thanks to user Fregante on StackOverflow for the
2191
- // one-liner below (CC BY SA 3.0)
2192
- // https://stackoverflow.com/a/23522755
+ // The following line is CC BY SA 3 by user Fregante https://stackoverflow.com/a/23522755
2193
return /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
2194
};
2195
0 commit comments