yodaos-project/ShadowNode

jerry: does not support String.prototype.startsWith()

Open

#472 aperta il 28 dic 2018

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)JavaScript (45 fork)batch import
good first issuejerry

Metriche repository

Star
 (588 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

ES6又提供了三种新方法。

includes():返回布尔值,表示是否找到了参数字符串。

startsWith():返回布尔值,表示参数字符串是否在源字符串的头部。

endsWith():返回布尔值,表示参数字符串是否在源字符串的尾部。

请支持。

Is your feature request related to a problem? Please describe. Please describe the problem you are trying to solve.

Describe the solution you'd like Please describe the desired behavior.

Describe alternatives you've considered Please describe alternative solutions or features you have considered.

Guida contributor