external property
External
get
external
The external
property of the Window API returns an instance of the
External
interface, which was intended to contain functions related to
adding external search providers to the browser. However, this is now
deprecated, and the contained methods are now dummy functions that do
nothing as per spec.
Implementation
external External get external;