14 matches across 1 files for TODO lang: path:flow-typed/environments/dom.js
snippet_mode: auto · sorted by relevance
flow-typed/environments/dom.js JAVASCRIPT 14 matches · showing 5 view file →
584 * Returns the object to which event is dispatched (its target).
585 */
586 +target: EventTarget; // TODO: nullable
587 /** @deprecated */
588 +srcElement: Element; // TODO: nullable
· · ·
588 +srcElement: Element; // TODO: nullable
589 /**
590 * Returns the object whose event listener's callback is currently being invoked.
· · ·
591 */
592 +currentTarget: EventTarget; // TODO: nullable
593 /**
594 * Returns the invocation target objects of event's path (objects on which
· · ·
1013 dataTransfer?: DataTransfer,
1014 isComposing?: boolean,
1015 ranges?: Array<any>, // TODO: StaticRange
1016 ...
1017};
· · ·
1023 +inputType: string;
1024 +isComposing: boolean;
1025 getTargetRanges(): Array<any>; // TODO: StaticRange
1026}
1027
+ 9 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.