Re: [IndexedDB] Problems unprefixing IndexedDB

On 8/9/12 10:47 PM, Glenn Maynard wrote:
> That makes it impossible for *anyone* to avoid breakage (unless they add
> the unprefixed version before unprefixing happens).

Or unless they avoid using prefixed things in production code to start with.

Which brings us back to not shipping unstable stuff in production 
browsers, so people don't start using it.

> Meanwhile, pages will continue to work in other browsers that do this
> more sensibly.

The main other option is basically to never drop the prefixed version, 
ever, which is what said "other browsers" actually do in practice.

-Boris

Received on Friday, 10 August 2012 02:56:58 UTC