cross_origin property

cross_origin property

Corresponds to attribute ‘crossorigin’ on the given ‘script’ element.

Definition:

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

See Also