Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
David Baker
770578058b Add the Intl API to the modermizr checks
Also change to to not minify, because it will be minified by webpack
anyway so we may as wel have a halfway sensible diff next time.
2024-07-17 14:54:01 +02:00
2 changed files with 1991 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ {
"minify": true, "minify": false,
"enableClasses": false, "enableClasses": false,
"feature-detects": [ "feature-detects": [
"test/css/animations", "test/css/animations",
@ -29,6 +29,7 @@
"test/crypto", "test/crypto",
"test/iframe/sandbox", "test/iframe/sandbox",
"test/json", "test/json",
"test/intl",
"test/network/fetch", "test/network/fetch",
"test/storage/localstorage", "test/storage/localstorage",
"test/window/resizeobserver" "test/window/resizeobserver"

File diff suppressed because one or more lines are too long