This commit is contained in:
darin%netscape.com 2002-09-28 04:37:42 +00:00
Родитель 5e2b997b21
Коммит b514a0cc0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ interface nsIEncodedChannel : nsISupports
* Modifying the Content-Encoding header on the channel will cause
* this enumerator to have undefined behavior. Don't do it.
*
* Also not that contentEncodings only exist during or after OnStartRequest.
* Also note that contentEncodings only exist during or after OnStartRequest.
* Calling contentEncodings before OnStartRequest is an error.
*/
readonly attribute nsISimpleEnumerator contentEncodings;