| javascript Programming Glossary: proposal__proto__, when will it be gone? Alternatives? http://stackoverflow.com/questions/10476560/proto-when-will-it-be-gone-alternatives  and we didn't use the __proto__ property . I made a proposal to the ECMAScript community to implement a method called setPrototypeOf.. 
 Is there an equivalent of the __noSuchMethod__ feature for properties, or a way to implement it in JS? http://stackoverflow.com/questions/2266789/is-there-an-equivalent-of-the-nosuchmethod-feature-for-properties-or-a-way  are currently working on it . It is one of the early proposals for the next version of ECMAScript it's an API that allows..  Object.keys proxy The only resource I've seen besides the proposal by itself is the following tutorial Harmony Proxies Tutorial.. 
 AJAX, Subdomains, and SSL http://stackoverflow.com/questions/231478/ajax-subdomains-and-ssl  which is not permitted by browsers. There's a W3C proposal pending to implement this in a secure way in the future partially.. 
 Making JavaScript call across domains http://stackoverflow.com/questions/3771840/making-javascript-call-across-domains  it from main page using javascript. edit This original proposal details JSONP usage http bob.pythonmac.org archives 2005 12.. 
 RequireJS: How to define modules that contain a single “class”? http://stackoverflow.com/questions/4869530/requirejs-how-to-define-modules-that-contain-a-single-class  commonjs requirejs   share improve this question   The AMD proposal allows you to just return a value for the exported object. But.. the exported object. But note that is a feature of the AMD proposal it is just an API proposal and will make it harder to translate.. that is a feature of the AMD proposal it is just an API proposal and will make it harder to translate the module back to a regular.. 
 Javascript StartsWith http://stackoverflow.com/questions/646628/javascript-startswith  and preferred see the ECMAScript Harmony String Extras proposal. Edit As others noted indexOf will be inefficient for large.. 
 How to collect return value of onbeforeunload http://stackoverflow.com/questions/6579509/how-to-collect-return-value-of-onbeforeunload  it looks as thought BeforeUnloadEvent is in the HTML5 proposal. This document gives in detail the steps that happen when a.. 
 Monitor All JavaScript Object Properties (magic getters and setters) http://stackoverflow.com/questions/6985582/monitor-all-javascript-object-properties-magic-getters-and-setters  is impossible in current JavaScript is that the proxies proposal for ECMAScript Harmony is designed explicitly to enable such.. 
 Automatically created variables from ids in JS? http://stackoverflow.com/questions/7114956/automatically-created-variables-from-ids-in-js  I know Firefox 4 does. The HTML spec you linked mentions a proposal to reduce pollution of the global scope by limiting this behavior.. 
 Set window to fullscreen (REAL fullscreen; F11 functionality) by javascript http://stackoverflow.com/questions/7179535/set-window-to-fullscreen-real-fullscreen-f11-functionality-by-javascript  API first proposed by Mozilla and later released as a W3C proposal has been implemented by Webkit Safari 5.1 Chrome 15 and Firefox.. 
 Reading file contents on the client-side in javascript in various browsers http://stackoverflow.com/questions/750032/reading-file-contents-on-the-client-side-in-javascript-in-various-browsers  years time. Of course submitting either a patch or a proposal for inclusion to HTML 5 does mean some work defending the idea.. 
 How can I wrap text around a moveable image? http://stackoverflow.com/questions/7601378/how-can-i-wrap-text-around-a-moveable-image  More recently we have the CSS Exclusions specification a proposal from Adobe and what you see being shown off in that video. As.. for other vendors have expressed mixed feelings about the proposal. Trident IE implemented in IE10 platform preview and available.. floats in IE Test Drive similar to James Elmore's proposal. WebKit Chrome Safari partially implemented with patches gradually.. 
 function* in JavaScript http://stackoverflow.com/questions/9620586/function-in-javascript  should have some kind of generator iterator proposal but this is not final. You shouldn't rely on this showing up.. 
 |