mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.94k stars 1.98k forks source link

api.Request.destination is supported on Safari 10+ #3959

Closed wanderview closed 5 years ago

wanderview commented 5 years ago

I just tested Request.destination on safari 11.1 and 12.0 in browser stack. It seems to be supported in both versions. MDN currently claims its not implemented on safari:

https://developer.mozilla.org/en-US/docs/Web/API/Request/destination#Browser_compatibility

queengooborg commented 5 years ago

Can confirm this by testing in LambdaTest on Safari 11.0 as well, and even Safari 10.1. Sending a PR to fix this now. ;)