Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e00ab29

Browse filesBrowse files
committed
chore: update native event names
1 parent b04ab47 commit e00ab29
Copy full SHA for e00ab29

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/utils/src/eslint-plugin/get-native-event-names.ts

Copy file name to clipboardExpand all lines: packages/utils/src/eslint-plugin/get-native-event-names.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let nativeEventNames: ReadonlySet<string> | null = null;
99
/**
1010
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
1111
*
12-
* Event names sourced from @mdn/browser-compat-data@6.0.21
12+
* Event names sourced from @mdn/browser-compat-data@6.0.23
1313
*/
1414
export function getNativeEventNames(): ReadonlySet<string> {
1515
return (

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.