Removes application registered with name
from the list of applications that have registered a bookmark for uri
inside this.
In the event the URI cannot be found, false is returned and
throws is set to URI_NOT_FOUND. In the event that no
application with name app_name
has registered a bookmark for uri
, false
is returned and error is set to APP_NOT_REGISTERED.
this | |
uri |
a valid URI |
name |
the name of the application |
true if the application was successfully removed. |