Skip to content

Commit 9b61282

Browse files
authored
Merge pull request #312 from tindzk/keyboardevent
KeyboardEvent: Remove `locale`
2 parents 28503dc + 135c676 commit 9b61282

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,17 +2665,6 @@ class KeyboardEvent(typeArg: String, keyboardEventInit: KeyboardEventInit)
26652665
*/
26662666
def location: Int = js.native
26672667

2668-
/**
2669-
* A locale string indicating the locale the keyboard is configured for. This may
2670-
* be the empty string if the browser or device doesn't know the keyboard's locale.
2671-
*
2672-
* Note: This does not describe the locale of the data being entered. A user may
2673-
* be using one keyboard layout while typing text in a different language.
2674-
*
2675-
* MDN
2676-
*/
2677-
def locale: String = js.native
2678-
26792668
/**
26802669
* The key value of the key represented by the event. If the value has a printed
26812670
* representation, this attribute's value is the same as the char attribute.

0 commit comments

Comments
 (0)