[webkit-dev] Adding Blob support to event.dataTransfer

Ian Hickson ian at hixie.ch
Mon Oct 18 14:05:07 PDT 2010


On Mon, 18 Oct 2010, Daniel Cheng wrote:
>
> I'm planning on adding experimental blob support to DataTransfer. I 
> emailed WHATWG awhile back, and no one replied, so I picked what looked 
> like the most appropriate option and I've implemented it. Does anyone 
> have objections or comments on landing 
> https://bugs.webkit.org/show_bug.cgi?id=47482 (once I fix the Windows 
> build problem)

Make sure that you vendor-prefix anything that isn't in the spec, so it 
won't conflict with the spec when it's added there.

As it happens, I'm working on drag and drop hopefully this week. I'll 
probably be adding the new way to expose the types that was discussed a 
few months ago. :-)

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


More information about the webkit-dev mailing list