This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Read the value of a header in the current document. | |
* | |
* This uses a [single] XMLHTTPRequest to do a HEAD of the current document | |
* and fetch HTTP response header values. Note that the implementation is | |
* rather stupid in that it spins waiting for the XMLHTTPRequest to complete | |
* if it hasn't been called yet. | |
* | |
* @param name string |
NewerOlder