is_js_browser_compatible proprietà

is_js_browser_compatible proprietà

Indica se JavaScript è compatibile con i browser che non supportano JavaScript. Il valore predefinito è vero.

Definizione:

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

Guarda anche