NativeScript / NativeScript/ios
Object.prototype.toString.apply(value) is not returning the proper constructor name
Aperta
Nessuno ha ancora preso questa issue.
- Lingua principale
- JavaScript
- Stelle
- 150
- Fork
- 43
- Merge medio
- 3g 10h
- PR unite (30g)
- 22
Descrizione
- Please note this is unconfirmed
One of my plugins broke and the reason the user figured out was that it wasn't returning the proper constructor name with a Object.prototype.toString.apply(value) so their fix was to use InstanceOf to do the tests. However, this did work in the JSC engine, so for compatibility we should double check that this is broken and/or the return value.
I just wanted to make sure to make note of it so it will show up for me to test / fix at a later time. 😀
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.