Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9230041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:43:22+00:00 2026-06-18T05:43:22+00:00

The Garmin Communicator API operates through a browser plugin that is exposed to JS

  • 0

The Garmin Communicator API operates through a browser plugin that is exposed to JS from an <object> tag embedded in the HTML body.

I’m trying to find any undocumented methods/properties of this object as I build the GWT-Garmin-API. Working with their JS API source I can see the official methods, but I want to find any other methods/props. So far I cannot find a way to list these from a reference to the Object element in the page.

No debugger I use shows any such props. I was hoping there might be some Object reflection kungfu I don’t know about. Thanks.

Update:

Example can be found at the Garmin Hello Device example.

From the console, iterate across the object you’ll find from the following:

var plugin = document.getElementsByTagName('object')[0];

for(var prop in plugin) {
    console.log( prop );
}

However this will not find plugin methods like plugin.Unlock(), which you can easily call from the same console line.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:43:24+00:00Added an answer on June 18, 2026 at 5:43 am

    No debugger I use shows any such props

    Then there is no such thing, assuming those host objects are not implemented as Proxies.

    Your approach of enumerating properties with a for-in-loop (and even heavier weapons such as Object.getOwnPropertyNames and Object.getPrototypeOf) is flawed, as anything visible like that would be shown in your debugger.

    If you really want to find “hidden” properties (I’m very sure there are none), you would need to brute-force test all possible property names. Or have a look into their source, which might be hidden from you if it’s a host object.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have requirement to create asp .net application that will upload garmin .fit files
I’m just playing about with the data from a little Garmin GPS thingy I
I have a some GPS data from my Garmin I'd like to graph time
I am trying to use Pythons LXML library to create a GPX file that
Is it possible to use a USB device peripheral that I have created directly
Is there any way to read garmin's .gpx file in iPhone sdk? I want
On Unix: I’ve been through FAM and Gamin , and both seem to provide
I am retrieving data from XLS sheet using jdbc sql . Below is my
As firefox 12 sdk removed the 'Proxy' object, I wanted to use cross-thread calls
PHP provides an interesting interface to the FAM library through a PECL package .

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.