Skip to content

Commit

Permalink
DOC-1006: Update isEdge docs to note it detects Legacy Edge (#8287)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Nov 23, 2022
1 parent 398a1f2 commit b4cae9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tinymce/tools/docs/tinymce.Env.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
*/

/**
* Returns <code>true</code> if the user's browser is Microsoft Edge.
* Returns <code>true</code> if the user's browser is Microsoft Edge Legacy. Does not return true for the newer Chromium-based Microsoft Edge.
*
* @method browser.isEdge
* @return {Boolean} Returns <code>true</code> if the user's browser is Microsoft Edge.
* @return {Boolean} Returns <code>true</code> if the user's browser is Microsoft Edge Legacy.
*/

/**
Expand Down

0 comments on commit b4cae9c

Please sign in to comment.