happy-dom
Version:
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
167 lines (166 loc) • 8.25 kB
text/typescript
export const abort = Symbol('abort');
export const activeElement = Symbol('activeElement');
export const appendFormControlItem = Symbol('appendFormControlItem');
export const appendNamedItem = Symbol('appendNamedItem');
export const asyncTaskManager = Symbol('asyncTaskManager');
export const bodyBuffer = Symbol('bodyBuffer');
export const buffer = Symbol('buffer');
export const cacheID = Symbol('cacheID');
export const cachedResponse = Symbol('cachedResponse');
export const callbacks = Symbol('callbacks');
export const captureEventListenerCount = Symbol('captureEventListenerCount');
export const checked = Symbol('checked');
export const childNodes = Symbol('childNodes');
export const children = Symbol('children');
export const classList = Symbol('classList');
export const computedStyle = Symbol('computedStyle');
export const connectToNode = Symbol('connectToNode');
export const contentLength = Symbol('contentLength');
export const contentType = Symbol('contentType');
export const cssText = Symbol('cssText');
export const currentScript = Symbol('currentScript');
export const currentTarget = Symbol('currentTarget');
export const data = Symbol('data');
export const defaultView = Symbol('defaultView');
export const destroy = Symbol('destroy');
export const dirtyness = Symbol('dirtyness');
export const end = Symbol('end');
export const entries = Symbol('entries');
export const evaluateCSS = Symbol('evaluateCSS');
export const evaluateScript = Symbol('evaluateScript');
export const exceptionObserver = Symbol('exceptionObserver');
export const formNode = Symbol('formNode');
export const getAttributeName = Symbol('getAttributeName');
export const happyDOMSettingsID = Symbol('happyDOMSettingsID');
export const height = Symbol('height');
export const immediatePropagationStopped = Symbol('immediatePropagationStopped');
export const isFirstWrite = Symbol('isFirstWrite');
export const isFirstWriteAfterOpen = Symbol('isFirstWriteAfterOpen');
export const isInPassiveEventListener = Symbol('isInPassiveEventListener');
export const isValidPropertyName = Symbol('isValidPropertyName');
export const isValue = Symbol('isValue');
export const listenerOptions = Symbol('listenerOptions');
export const listeners = Symbol('listeners');
export const namedItems = Symbol('namedItems');
export const nextActiveElement = Symbol('nextActiveElement');
export const observe = Symbol('observe');
export const observedAttributes = Symbol('observedAttributes');
export const observers = Symbol('observers');
export const ownerDocument = Symbol('ownerDocument');
export const ownerElement = Symbol('ownerElement');
export const propagationStopped = Symbol('propagationStopped');
export const readyStateManager = Symbol('readyStateManager');
export const referrer = Symbol('referrer');
export const registry = Symbol('registry');
export const relList = Symbol('relList');
export const removeFormControlItem = Symbol('removeFormControlItem');
export const removeNamedItem = Symbol('removeNamedItem');
export const removeNamedItemIndex = Symbol('removeNamedItemIndex');
export const removeNamedItemWithoutConsequences = Symbol('removeNamedItemWithoutConsequences');
export const resetSelection = Symbol('resetSelection');
export const rootNode = Symbol('rootNode');
export const selectNode = Symbol('selectNode');
export const selectedness = Symbol('selectedness');
export const selection = Symbol('selection');
export const setNamedItemWithoutConsequences = Symbol('setNamedItemWithoutConsequences');
export const setupVMContext = Symbol('setupVMContext');
export const shadowRoot = Symbol('shadowRoot');
export const start = Symbol('start');
export const style = Symbol('style');
export const target = Symbol('target');
export const textAreaNode = Symbol('textAreaNode');
export const unobserve = Symbol('unobserve');
export const updateIndices = Symbol('updateIndices');
export const updateOptionItems = Symbol('updateOptionItems');
export const url = Symbol('url');
export const value = Symbol('value');
export const width = Symbol('width');
export const window = Symbol('window');
export const windowResizeListener = Symbol('windowResizeListener');
export const mutationObservers = Symbol('mutationObservers');
export const openerFrame = Symbol('openerFrame');
export const openerWindow = Symbol('openerFrame');
export const popup = Symbol('popup');
export const isConnected = Symbol('isConnected');
export const parentNode = Symbol('parentNode');
export const nodeType = Symbol('nodeType');
export const tagName = Symbol('tagName');
export const prefix = Symbol('prefix');
export const scrollHeight = Symbol('scrollHeight');
export const scrollWidth = Symbol('scrollWidth');
export const scrollTop = Symbol('scrollTop');
export const scrollLeft = Symbol('scrollLeft');
export const attributes = Symbol('attributes');
export const namespaceURI = Symbol('namespaceURI');
export const accessKey = Symbol('accessKey');
export const accessKeyLabel = Symbol('accessKeyLabel');
export const contentEditable = Symbol('contentEditable');
export const isContentEditable = Symbol('isContentEditable');
export const offsetHeight = Symbol('offsetHeight');
export const offsetWidth = Symbol('offsetWidth');
export const offsetLeft = Symbol('offsetLeft');
export const offsetTop = Symbol('offsetTop');
export const clientHeight = Symbol('clientHeight');
export const clientWidth = Symbol('clientWidth');
export const clientLeft = Symbol('clientLeft');
export const clientTop = Symbol('clientTop');
export const name = Symbol('name');
export const specified = Symbol('specified');
export const adoptedStyleSheets = Symbol('adoptedStyleSheets');
export const implementation = Symbol('implementation');
export const readyState = Symbol('readyState');
export const ownerWindow = Symbol('ownerWindow');
export const publicId = Symbol('publicId');
export const systemId = Symbol('systemId');
export const validationMessage = Symbol('validationMessage');
export const validity = Symbol('validity');
export const returnValue = Symbol('returnValue');
export const elements = Symbol('elements');
export const length = Symbol('length');
export const complete = Symbol('complete');
export const naturalHeight = Symbol('naturalHeight');
export const naturalWidth = Symbol('naturalWidth');
export const loading = Symbol('loading');
export const x = Symbol('x');
export const y = Symbol('y');
export const defaultChecked = Symbol('defaultChecked');
export const files = Symbol('files');
export const sheet = Symbol('sheet');
export const volume = Symbol('volume');
export const paused = Symbol('paused');
export const currentTime = Symbol('currentTime');
export const playbackRate = Symbol('playbackRate');
export const defaultPlaybackRate = Symbol('defaultPlaybackRate');
export const muted = Symbol('muted');
export const defaultMuted = Symbol('defaultMuted');
export const preservesPitch = Symbol('preservesPitch');
export const buffered = Symbol('buffered');
export const duration = Symbol('duration');
export const error = Symbol('error');
export const ended = Symbol('ended');
export const networkState = Symbol('networkState');
export const textTracks = Symbol('textTracks');
export const videoTracks = Symbol('videoTracks');
export const seeking = Symbol('seeking');
export const seekable = Symbol('seekable');
export const played = Symbol('played');
export const options = Symbol('options');
export const content = Symbol('content');
export const mode = Symbol('mode');
export const host = Symbol('host');
export const setURL = Symbol('setURL');
export const localName = Symbol('localName');
export const registedClass = Symbol('registedClass');
export const nodeStream = Symbol('nodeStream');
export const location = Symbol('location');
export const history = Symbol('history');
export const navigator = Symbol('navigator');
export const screen = Symbol('screen');
export const sessionStorage = Symbol('sessionStorage');
export const localStorage = Symbol('localStorage');
export const sandbox = Symbol('sandbox');
export const cloneNode = Symbol('cloneNode');
export const appendChild = Symbol('appendChild');
export const removeChild = Symbol('removeChild');
export const insertBefore = Symbol('insertBefore');
export const replaceChild = Symbol('replaceChild');