Thanks for testing that piece of code. I suspected it might be something like browser version. That code is part of an SP2007 project, where we're only allowed to use IE7. IE didn't get ECMA5 JavaScript until version 9, but I wasn't sure whether you were using the browser JavaScript or jQuery for your Promises. That's why I did the second sample, which succeeds using jQuery (not published; uses Deferred() and explicitly resolves/rejects the object). As long as I know that the requirement is IE9+, I'm fine. Thanks...
↧