defer property

defer property

Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.

Definition:

@property
def defer(self):
    ...
@defer.setter
def defer(self, value):
    ...

See Also