There are a number of questions here that ask this but the answers invariably just tell the person they really want an Asynchronous request rather than actually answering the question of how to do a Synchronous request with YUI. I know how to do one with jQuery and when directly manipulating the XMLHttpRequest object but how do you do it when using YUI (without digging through it's guts to find the XMLHttpRequest object it will ultimately be using and manipulating that)?
Before someone asks: yes I am aware that most of the time you do want Asynchronous, but sometimes Synchronous really is the right tool for the job.