Issue #1390 - Get rid of the Presentation API

This commit is contained in:
Matt A. Tobin 2020-02-06 16:03:39 -05:00 committed by Roy Tam
commit eda1d47bc7
180 changed files with 0 additions and 29305 deletions

View file

@ -330,11 +330,6 @@ partial interface Navigator {
optional (ArrayBufferView or Blob or DOMString or FormData)? data = null);
};
partial interface Navigator {
[Throws, Pref="dom.presentation.enabled", SameObject]
readonly attribute Presentation? presentation;
};
partial interface Navigator {
[NewObject, Func="mozilla::dom::TCPSocket::ShouldTCPSocketExist"]
readonly attribute LegacyMozTCPSocket mozTCPSocket;