Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到供应商前缀用于某些 API(例如 webkitURL)中的较小情况和某些 API(WebKitBlobBuilder)中的骆驼情况。有什么不同?
构造函数的 WebKit 前缀大写。成员(属性、方法、事件)具有小写前缀。URL 不是构造函数,它的命名只是有点不合常规。Blob 是 WebKitBlob window.URL 是 window.webkitURL navigator.getUserMedia 是 navigator.webkitGetUserMedia