Hello,

Is there any way to catch an exception from chrome.bookmarks.get() ?

if I try:

        try
        {
                chrome.bookmarks.get( bookmarkID, fnCallback );
        }
        catch(e)
        {
                console.log("Exception caught");
        }

...the catch() block never executes even when the console displays an
error message.

I do know that on an exception the callback function's argument is
undefined.

Thank You!
Drew

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to