load method
The load()
method of the MediaKeySession interface returns a Promise
that resolves to a boolean value after loading data for a specified
session object.
Implementation
external JSPromise<JSBoolean> load(String sessionId);
The load()
method of the MediaKeySession interface returns a Promise
that resolves to a boolean value after loading data for a specified
session object.
external JSPromise<JSBoolean> load(String sessionId);