Noscript class

The noscript element represents nothing if scripting is enabled, and represents its children if scripting is disabled. It is used to present different markup to user agents that support scripting and those that don't support scripting, by affecting how the document is parsed.

Inheritance

Constructors

Noscript({String? accessKey, String? autoCapitalize, String? className, String? contentEditable, String? contextMenu, String? dir, bool? draggable, String? dropzone, String? exportparts, bool? hidden, String? id, String? inputMode, String? htmlIs, String? itemId, String? itemProp, String? itemRef, bool? itemScope, String? itemType, String? lang, String? part, String? role, String? slot, bool? spellCheck, String? style, int? tabIndex, String? title, String? translate, EventHandler? onAbort, FocusEventHandler? onBlur, EventHandler? onCanPlay, EventHandler? onCanPlayThrough, FormEventHandler? onChange, MouseEventHandler? onClick, MouseEventHandler? onContextMenu, MouseEventHandler? onDoubleClick, DragEventHandler? onDrag, DragEventHandler? onDragEnd, DragEventHandler? onDragEnter, DragEventHandler? onDragLeave, DragEventHandler? onDragOver, DragEventHandler? onDragStart, DragEventHandler? onDrop, EventHandler? onDurationChange, EventHandler? onEmptied, EventHandler? onEnded, EventHandler? onError, FocusEventHandler? onFocus, FormEventHandler? onFormChange, FormEventHandler? onFormInput, FormEventHandler? onInput, FormEventHandler? onInvalid, KeyboardEventHandler? onKeyDown, KeyboardEventHandler? onKeyPress, KeyboardEventHandler? onKeyUp, EventHandler? onLoad, EventHandler? onLoadedData, EventHandler? onLoadedMetadata, EventHandler? onLoadStart, MouseEventHandler? onMouseDown, MouseEventHandler? onMouseMove, MouseEventHandler? onMouseOut, MouseEventHandler? onMouseOver, MouseEventHandler? onMouseUp, MouseEventHandler? onMouseWheel, MouseEventHandler? onMouseEnter, MouseEventHandler? onMouseLeave, EventHandler? onPause, EventHandler? onPlay, EventHandler? onPlaying, EventHandler? onProgress, EventHandler? onRateChange, FormEventHandler? onReset, EventHandler? onResize, EventHandler? onReadyStateChange, UIEventHandler? onScroll, EventHandler? onSeeked, EventHandler? onSeeking, EventHandler? onSelect, EventHandler? onShow, EventHandler? onStalled, FormEventHandler? onSubmit, EventHandler? onSuspend, EventHandler? onTimeUpdate, EventHandler? onVolumeChange, EventHandler? onWaiting, PointerEventHandler? onPointerCancel, PointerEventHandler? onPointerDown, PointerEventHandler? onPointerEnter, PointerEventHandler? onPointerLeave, PointerEventHandler? onPointerLockChange, PointerEventHandler? onPointerLockError, PointerEventHandler? onPointerMove, PointerEventHandler? onPointerOut, PointerEventHandler? onPointerOver, PointerEventHandler? onPointerUp, String? ariaActivedescendant, bool? ariaAtomic, String? ariaAutocomplete, bool? ariaBusy, String? ariaChecked, String? ariaColcount, String? ariaColindex, String? ariaColspan, String? ariaControls, String? ariaCurrent, String? ariaDescribedby, bool? ariaDisabled, String? ariaDropeffect, String? ariaErrormessage, String? ariaExpanded, String? ariaFlowto, String? ariaGrabbed, String? ariaHaspopup, bool? ariaHidden, String? ariaInvalid, String? ariaLabel, String? ariaLabelledby, String? ariaLevel, String? ariaLive, bool? ariaModal, bool? ariaMultiline, bool? ariaMultiselectable, String? ariaOrientation, String? ariaOwns, String? ariaPlaceholder, String? ariaPosinset, String? ariaPressed, bool? ariaReadonly, String? ariaRelevant, bool? ariaRequired, String? ariaRoledescription, String? ariaRowcount, String? ariaRowindex, String? ariaRowspan, String? ariaSelected, String? ariaSetsize, String? ariaSort, String? ariaValuemax, String? ariaValuemin, String? ariaValuenow, String? ariaValuetext, String? ariaDetails, String? ariaKeyshortcuts, Map<String, String?>? dataAttributes, List<HTMLElement>? children})

Properties

attributes List<Attribute>
finalinherited
children List<HTMLElement>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited