Add a warning that javascript features added after ES7 will not work on the IOS mobile app

This commit is contained in:
Steven Swartz 2022-11-13 16:05:15 -05:00 committed by GitHub
parent 866d3b8f0d
commit 945240c76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"DOM", "DOM",
"ES5", "ES5",
"ES6", "ES6",
"ES7" "ES7" //ES7 is the latest javascript version supported by the Obsidian IOS mobile app
] ]
}, },
"include": [ "include": [