0
을의 setTimeout 다음 예외푸른 DocumentDB은 SP에서 다음 SP</p> <pre><code>function sample(prefix) { setTimeout(function() { throw "gg"; }, "1000"); } </code></pre> <p>를 실행, 푸른 DocumentDB에서 던져 예외
Encountered exception while executing Javascript. Exception = ReferenceError: 'setTimeout' is undefined
DocumentDB에서의 setTimeout을 사용하는 방법은 없습니다 던져?
http://azure.github.io/azure-documentdb-js-server/에서 참조 할 수 있습니다. documentdb 서버 SDK는 시간 초과 기능을 지원하지 않습니다. –