Get the raw attribute name at the given index.
(index: number)
| 380 | |
| 381 | /** Get the raw attribute name at the given index. */ |
| 382 | getName(index: number): string; |
| 383 | |
| 384 | /** Get the decoded attribute value at the given index. */ |
| 385 | getValue(index: number): string; |
no outgoing calls
no test coverage detected