W
Weston
I've been playing around with some means of testing image loading, and
noticing that the "complete" property seems to default to true. Trying
the following in the squarefree javascript shell:
I = new Image();
I.complete
yields "true".
Seems a bit odd -- obviously there's no src given yet, so is it
really complete? Is this behavior defined that way on purpose? If so,
what's the justification?
noticing that the "complete" property seems to default to true. Trying
the following in the squarefree javascript shell:
I = new Image();
I.complete
yields "true".
Seems a bit odd -- obviously there's no src given yet, so is it
really complete? Is this behavior defined that way on purpose? If so,
what's the justification?