Re: [ResourcePriorities] Error in example

On 9/11/13 4:32 PM, Ivan Kotenkov wrote:
> Please correct me if I'm wrong:
> As I understand, readonly keyword means that the attribute cannot be
> assigned directly from the webpage(via html or js)

That's incorrect.  It just means the JS property has no setter. 
setAttribute will still work fine.

-Boris

Received on Wednesday, 11 September 2013 20:39:41 UTC