flossfan
flossfan

Reputation: 10874

Crossfilter in IE8?

Does anyone know whether Crossfilter is likely to work in IE8?

I don't have a copy of Windows available to check it out. I need to support IE8 in my finished app, but don't know whether even starting with Crossfilter is a no-no.

Thanks for your help.

Upvotes: 1

Views: 693

Answers (2)

Andrew Kirkegaard
Andrew Kirkegaard

Reputation: 1684

EDIT: I'm not sure that this works. I'm getting some weird intermittent bugs and I think this may be the cause. I haven't isolated it yet but I wanted to give a heads up before someone comes across this and tries it.

There's a fork on github that uses underscore shims. Naturally you'll also need to include underscore.js.

If you're using another library like Mootools or whatever you can just find/replace .forEach, .isArray, .map, and .indexOf with your library's equivalent functions. It's only a few lines.

Upvotes: 0

Ja͢ck
Ja͢ck

Reputation: 173622

It uses HTML5 features, so I'm guessing, no :)

See also: http://caniuse.com/#feat=typedarrays

Upvotes: 2

Related Questions