Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
432 stars 100 forks source link

safari 10 compatibility with the plugin #219

Closed PatrickJAMET closed 8 years ago

PatrickJAMET commented 8 years ago

navigator.plugin has been removed in Safari 10 and adapterJs use now navigator.mimeTypes instead to get the plugin list QUOTE: Changed instantiation of WebKit plug-ins to happen at layout time, instead of at style resolution time from Release 12 of the Safari Tech preview https://developer.apple.com/safari/technology-preview/release-notes/ Thus plugin won't work by default on the Google WebRTC samples

oooookk7 commented 8 years ago

Approved.

johache commented 8 years ago

Tested against Safari 9 and 10, as well as Windows with IE 11 (just in case...) Looks good to me, will merge in dev and master, and do a general release today.

johache commented 8 years ago

It looks a bit weird on the tree, but it seems to be merged