(...args)
| 51808 | arrayBuffer(...args) { |
| 51809 | webidl.brandCheck(this, _FileLike); |
| 51810 | return this[kState].blobLike.arrayBuffer(...args); |
| 51811 | } |
| 51812 | slice(...args) { |
| 51813 | webidl.brandCheck(this, _FileLike); |
| 51814 | return this[kState].blobLike.slice(...args); |
| 51815 | } |
| 51816 | text(...args) { |