facebook/stetho

Runtime#getProperties returns empty array when ownProperties == false

Open

#365 ouverte le 18 mars 2016

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Java (1 163 forks)batch import
help wanted

Métriques du dépôt

Stars
 (12 643 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

According to the protocol, Runtime#getProperties contains a parameter ownProperties with the following documentation: If true, returns properties belonging only to the element itself, not to its prototype chain.. While it's not clear what happens if ownProperties is false, I assume it should return all properties (not just it's own properties). However, Stetho is currently returning an empty array. When I connected to ChromeDevTools, it passes false for this value, meaning nothing is showing up in Scope Variables view.

Guide contributeur