(index)
| 31 | question(index) { return native("xs_dnspacket_question").call(this, index); } |
| 32 | answer(index) { return native("xs_dnspacket_answer").call(this, index); } |
| 33 | authority(index) { |
| 34 | return this.answer(this.answers + index); |
| 35 | } |
| 36 | additional(index) { |
| 37 | return this.answer(this.answers + this.authorities + index); |
| 38 | } |