Skip to content

Commit 538a70d

Browse files
authored
Navigation API events are supported in Safari 26.2 (mdn#28692)
* Navigation API events are supported in Safari 26.2 They're a core part of the API. Code inspection shows that Safari does emit them. * Change experimental status to false in Navigation.json
1 parent 7f47725 commit 538a70d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api/Navigation.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,15 @@
232232
"opera": "mirror",
233233
"opera_android": "mirror",
234234
"safari": {
235-
"version_added": false
235+
"version_added": "26.2"
236236
},
237237
"safari_ios": "mirror",
238238
"samsunginternet_android": "mirror",
239239
"webview_android": "mirror",
240240
"webview_ios": "mirror"
241241
},
242242
"status": {
243-
"experimental": true,
243+
"experimental": false,
244244
"standard_track": true,
245245
"deprecated": false
246246
}
@@ -375,15 +375,15 @@
375375
"opera": "mirror",
376376
"opera_android": "mirror",
377377
"safari": {
378-
"version_added": false
378+
"version_added": "26.2"
379379
},
380380
"safari_ios": "mirror",
381381
"samsunginternet_android": "mirror",
382382
"webview_android": "mirror",
383383
"webview_ios": "mirror"
384384
},
385385
"status": {
386-
"experimental": true,
386+
"experimental": false,
387387
"standard_track": true,
388388
"deprecated": false
389389
}
@@ -412,15 +412,15 @@
412412
"opera": "mirror",
413413
"opera_android": "mirror",
414414
"safari": {
415-
"version_added": false
415+
"version_added": "26.2"
416416
},
417417
"safari_ios": "mirror",
418418
"samsunginternet_android": "mirror",
419419
"webview_android": "mirror",
420420
"webview_ios": "mirror"
421421
},
422422
"status": {
423-
"experimental": true,
423+
"experimental": false,
424424
"standard_track": true,
425425
"deprecated": false
426426
}
@@ -449,15 +449,15 @@
449449
"opera": "mirror",
450450
"opera_android": "mirror",
451451
"safari": {
452-
"version_added": false
452+
"version_added": "26.2"
453453
},
454454
"safari_ios": "mirror",
455455
"samsunginternet_android": "mirror",
456456
"webview_android": "mirror",
457457
"webview_ios": "mirror"
458458
},
459459
"status": {
460-
"experimental": true,
460+
"experimental": false,
461461
"standard_track": true,
462462
"deprecated": false
463463
}

0 commit comments

Comments
 (0)