You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for web developers who are interested in using HTML5 and other next-generation browser features available in Google Chrome, Google Chrome Extensions, and Google Chrome OS.
|
|
|
Problems logging in to group? Please read
|
| |
Hi everyone, Some people are having problems logging in to the group. If that's your case, please follow these steps: Click "Sign in" on the top right when visiting the group (i.e. on [link]). Click the following link on the lower left that says "Don't have a... more »
|
|
File System API changes for Chrome 13
|
| |
This is to give everyone a heads up on changes that have recently gone
into Chromium nightlies that may affect the HTML5 File System API.
These changes are in line with recent updates to the spec
[[link]
of-interface],
and will be in Chrome 13.... more »
|
|
Using onupgradeneeded instead of setVersion - a shim
|
| |
The latest specification of IndexedDB has deprecated setVersion and uses onupgradeneeded for database schema changes. Chrome does not support this yet and still requires using setVersion method. I was having trouble writing code that works across Firefox and Chrome for a project, so I wrote this shim for Chrome using which you can program... more »
|
|
IndexedDB: constants changing to match spec
|
| |
TL;DR: To match the current IndexedDB specification, we are changing some
constants in the WebKit implementation. This affects all the various
openCursor()methods, IDBDatabase.transaction(), and IDBRequest.readyState.
This is landed yesterday (May 7th) in WebKit and will show up in Chrome 20. We... more »
|
|
IndexedDb capacity and performance
|
| |
Hello,
I was wondering if indexedDb is able to save and manage millions of
records (while still being fast) ?
(The storage limit is not a problem: all my users have installed the
web app and have unlimited storage.)
Thank you
|
|
How to call DLL/Java Jar files methods in HTML5?
|
| |
Hi,
I am developing a web application in which i want to integrate
DLL or Java Jar files and then call the Methods of that..
anyone can tell me , how is it possible in HTML5 or JQuery????
Thanks
saurabh
|
|
(html5) Web SQL Storage Limitations in Chrome and Android?
|
| |
So I am writing a web app that needs to store ~40MB of offline data in
a offline Web SQL database. It needs to work in Chrome (desktop),
Safari (desktop and mobile) and android's browser. Now I know that Web
SQL is supported in these browsers and I know since which versions but
i need to know how much storage is allowed. Safari desktop supports... more »
|
|
Loading streaming binary data with XHR ArrayBuffer
|
| |
Hi,
I've recently found that if you try to use the
responseType="arraybuffer" property that the response property doesn't
get populated until the actual file has finished loading, which poses
a problem when I want to try and read data from a streaming binary
source (e.g. such as a Shoutcast stream (although they may be other... more »
|
|
|