INDEX_SIZE_ERR from negative offset or count even though unsigned ?

CharacterData's substringData method throws INDEX_SIZE_ERR if "the specified offset is negative or greater than the number of characters in data, or if the specified count is negative".

How can the offset or count be negative if the're unsigned?

Thanks,
Mike

Received on Sunday, 15 July 2001 21:09:51 UTC