Object Playground: Visualize and experiment with JavaScript objects
Object Playground
Object Playground is a tool for visualizing and experimenting with JavaScript object relationships. It's online at objectplayground.com. Object Playground is a project from Let's Code: Test-Driven JavaScript, a screencast series focused on professional, rigorous JavaScript development. Created by James Shore.
This repository contains the source code for Object Playground.
Browser Support
Object Playground has been tested against the browsers listed at the top of Jakefile.js
. At the time of this writing, the following browsers are known to work. Other modern browsers are likely to work as well.
- Chrome 26
- Firefox 20
- IE 10
- Safari 6.0 (Mac)
- Safari 6.0 (iOS)
The following browsers are known to not work:
- IE 9: Lacks the Int32Array type used by Viz.js. A polyfill was attempted, but resulted in an "out of memory" error.
- IE 8: Does not support SVG, lacks Int32Array type.
'프로그래밍 > Script' 카테고리의 다른 글
[javascript] Cheet.js: Easter eggs made easy (0) | 2013.12.16 |
---|---|
Free Open Source HTML5 Video Players Collection (0) | 2013.12.05 |
[jQuery] ReStable - Responsive tables to list jQuery plugin (0) | 2013.12.03 |
[jQuery] 15 Best jQuery Grid Plugins for Developers (0) | 2013.12.02 |
[jQuery] 15 JQuery Lightbox Plugins For Visually Enhancing Images (0) | 2013.11.28 |