Skip to content

Commit

Permalink
Fixed COMPACT feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Mar 26, 2024
1 parent 5822bfb commit 20a95db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-doc/interfaces/FeatureAll.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ ___

All new browsers' features.

No support for Node.js and older browsers like Internet Explorer, Safari 9 or Android Browser.
No support for Node.js and older browsers like Internet Explorer, Safari 17.3 or Android Browser.

___

Expand Down
2 changes: 1 addition & 1 deletion api-doc/interfaces/FeatureConstructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ ___

All new browsers' features.

No support for Node.js and older browsers like Internet Explorer, Safari 9 or Android Browser.
No support for Node.js and older browsers like Internet Explorer, Safari 17.3 or Android Browser.

#### Inherited from

Expand Down
4 changes: 2 additions & 2 deletions src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ var featureInfos =
{
description:
'All new browsers\' features.\n' +
'No support for Node.js and older browsers like Internet Explorer, Safari 9 or Android ' +
'Browser.',
'No support for Node.js and older browsers like Internet Explorer, Safari 17.3 or ' +
'Android Browser.',
includes:
[
'ARROW',
Expand Down

0 comments on commit 20a95db

Please sign in to comment.