Skip to content

Commit

Permalink
Update src/error-handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mal-tee authored Nov 24, 2024
1 parent 53f29e8 commit 2b5ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const isNetworkError = (message) => {
};

/**
* Heuristic to determine if the browser is too old. Uses a somewhat recent language feature to check if it is supported.
* Heuristic to determine if the browser is too old. Uses somewhat recent language features to check if the browser is deprecated.
* @returns {boolean}
*/
const isBrowserDeprecated = () => {
Expand Down

0 comments on commit 2b5ed1a

Please sign in to comment.