Update CONTRIBUTING-JS.md

This commit is contained in:
Moustapha Kodjo Amadou
2024-03-28 16:43:04 +01:00
committed by GitHub
parent 6830bec905
commit 00a48a9aa7

View File

@@ -183,7 +183,7 @@ console.log(document.selectFirst("a").attr("href")); // https://github.com/kodjo
console.log(document.selectFirst("td").text); // 1
```
See [`dom_selector`](https://github.com/kodjodevf/mangayomi/blob/lib/eval/javascript/dom_selector.dart) to see available methods.
See [`dom_selector`](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/javascript/dom_selector.dart) to see available methods.
### String utils