Skip to content

Commit 7f1bd2a

Browse files
authored
Safari 18.4 supports multiple import maps (#26648)
* Multiple import maps supported in Safari 18.4 * Set experimental to false
1 parent bffc176 commit 7f1bd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/elements/script.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,15 +696,15 @@
696696
"opera": "mirror",
697697
"opera_android": "mirror",
698698
"safari": {
699-
"version_added": "preview"
699+
"version_added": "18.4"
700700
},
701701
"safari_ios": "mirror",
702702
"samsunginternet_android": "mirror",
703703
"webview_android": "mirror",
704704
"webview_ios": "mirror"
705705
},
706706
"status": {
707-
"experimental": true,
707+
"experimental": false,
708708
"standard_track": true,
709709
"deprecated": false
710710
}

0 commit comments

Comments
 (0)