Issue #2361 - Base implementation of Navigator.Clipboard

This hard-refuses any reads from clipboard with a promise rejection.
This commit is contained in:
Moonchild 2023-11-15 21:53:16 +01:00 • committed by roytam1
commit 3478c01fc8
13 changed files with 327 additions and 11 deletions

View file

@ -169,6 +169,10 @@ DOMInterfaces = {
'headerFile': 'mozilla/dom/workers/bindings/ServiceWorkerClients.h',
},
'Clipboard' : {
'implicitJSContext' : ['write', 'writeText', 'read', 'readText'],
},
'console': {
'nativeType': 'mozilla::dom::Console',
},