Skip to content

testProperty not changing #1

Description

@Rhuantavan

I have an issue where the custom object's testProperty does not change from the script.

I have modified the line:

context.globalObject.setValue(JSCustomObject(), forProperty: "customObject")

to:

var customObject = JSCustomObject()
context.globalObject.setValue(customObject, forProperty: "customObject")

in order to observe the customObject's property change, but it doesn't change. It is supposed to change, right?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions