开发者

Check if a browser supports a specific MIME type?

开发者 https://www.devze.com 2022-12-18 10:15 出处:网络
How can i check if the browser supports a specific mime type wi开发者_C百科th php?You could analyze the Accept header field to see if the type or a superset of that type is listed.

How can i check if the browser supports a specific mime type wi开发者_C百科th php?


You could analyze the Accept header field to see if the type or a superset of that type is listed.

But notice that Accept is a list of rated values and a quality value of 0 means not accepted. And browsers send different Accept values based on their expectations for that resource (e.g. a resource referenced in IMG element is expected to be an element of image/*).

0

精彩评论

暂无评论...
验证码 换一张
取 消