Opened 14 years ago
Closed 13 years ago
#4839 closed feature (duplicate)
jQuery.support: HTML 5 checks
Reported by: | pwnedd | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | support | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
would be nice to be able to check for some new features support in Firefox 3.5, e.g.
jQuery.support.localStorage jQuery.support.nativeJSON
Change History (4)
comment:1 Changed 13 years ago by
Component: | unfiled → support |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Summary: | jQuery.support: HTML 5 & Native JSON checks → jQuery.support: HTML 5 checks |
---|
Feature request and patch for native JSON is in #4977; leaving this open for the HTML5 request.
comment:4 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed in favor of #6695 which has a proposed implementation.
Note: See
TracTickets for help on using
tickets.
Since they are properties of the jQuery.support object, all of them have to be computed whether they might be needed or not. jQuery.support features are usually added as they are needed by core code since we know they will need to be used eventually.