我最近遇到iframe sandboxing behaved differently in Firefox vs Chrome for getUserMedia()的问题,在尝试解决问题时,我看了https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe,它符合Firefox的行为。但我无法找到Chrome的任何等效文档,所以我必须进行实验直到它有效。
Google / Chrome是否有此类文档?
答案 0 :(得分:0)
The short answer is no.
You can occasionally find useful information on https://developers.google.com/web/updates/, although it's really more of a blog about new Chrome features (and deprecations), rather than anything approaching comprehensive, organized documentation.
https://developer.chrome.com/home links to https://www.html5rocks.com/ and https://webplatform.github.io/ under "Open Web Docs".
The former is again more of a blog/magazine but does frequently have useful articles, such as https://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/ (although it didn't answer the original question).
The latter has been discontinued for over a year.