Skip to content

Add isDataAvailable function to help determine if object is only pointer. #851

@acinader

Description

@acinader

see: https://github.com/parse-community/parse-php-sdk/blob/master/src/Parse/ParseObject.php#L475

for the PHP implementation.

Should be able to do:

if(!object.isDataAvailable()) {
    await object.fetch();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions