[progress Communities] [progress Openedge Abl] Forum Post: Re: Jsdo Object.defineproperty Issue

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Dora, The JSDO uses the Object.defineProperty() function and the XMLHttpRequest object which are available in new versions of JavaScript but are not available in Internet Explorer 7. caniuse.com/ caniuse.com/ Even though it would be possible to implement wrappers for them, it is better to upgrade from Internet Explorer 7 just for security reasons. The latest version of IE or other web browser (Google Chrome or Firefox) should work fine. Are you developing a web app or a mobile app? Thanks, Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top