- From: <bugzilla@jessica.w3.org>
- Date: Sat, 15 Jan 2011 18:00:18 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11770
Summary: test tx.executeSql("SELECT COUNT(*) FROM ToDo", [],
function(result){}, function(tx, error){});
tx.executeSql("SELECT COUNT(*) FROM ToDo", [],
function(result){}, function(tx, error){});
tx.executeSql("SELECT COUNT(*) FROM ToDo", [],
function(result){},
Product: WebAppsWG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#top
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: WebSocket API (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: member-webapi-cvs@w3.org
CC: mike@w3.org, public-webapps@w3.org
Specification: http://dev.w3.org/html5/websockets/
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top
Comment:
test tx.executeSql("SELECT COUNT(*) FROM ToDo", [], function(result){},
function(tx, error){});
tx.executeSql("SELECT COUNT(*) FROM ToDo", [], function(result){},
function(tx, error){});
tx.executeSql("SELECT COUNT(*) FROM ToDo", [], function(result){},
function(tx, error){});
Posted from: 61.145.79.212
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Saturday, 15 January 2011 18:00:19 UTC