Skip to main content

Bug Tracker

Side navigation

#4839 closed feature (duplicate)

Opened July 01, 2009 04:00PM UTC

Closed August 09, 2010 02:15AM UTC

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

Attachments (0)
Change History (4)

Changed June 13, 2010 03:03AM UTC by dmethvin comment:1

component: unfiledsupport

Changed August 09, 2010 01:38AM UTC by dmethvin comment:2

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.

Changed August 09, 2010 01:45AM UTC by dmethvin comment:3

summary: jQuery.support: HTML 5 & Native JSON checksjQuery.support: HTML 5 checks

Feature request and patch for native JSON is in #4977; leaving this open for the HTML5 request.

Changed August 09, 2010 02:15AM UTC by dmethvin comment:4

resolution: → duplicate
status: newclosed

Closed in favor of #6695 which has a proposed implementation.