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 49032b9

Browse filesBrowse files
committed
Add definition of character
Closes GH-21.
1 parent 59b8f73 commit 49032b9
Copy full SHA for 49032b9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎readme.md

Copy file name to clipboardExpand all lines: readme.md
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ The `line` field (1-indexed integer) represents a line in a source file.
173173
The `column` field (1-indexed integer) represents a column in a source file.
174174
The `offset` field (0-indexed integer) represents a character in a source file.
175175

176+
The term character means a (UTF-16) code unit which is defined in the
177+
[Web IDL][webidl] specification.
178+
176179
#### `Data`
177180

178181
```idl

0 commit comments

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