@DomName('Body.text') @DocsEditable() @Experimental() // untriaged Future<String> text() => promiseToFuture<String>(JS("", "#.text()", this));