You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue title pretty much describes the problem. Readonly property permission with status of permission for web notifications is not emitted in global variable, but present in interface declaration.
Unfortunately, I don't know F# at all... I've tried to fix this using addedTypes.json, but when I add this entry, readonly property permission gets emitted in every single one interface and global variable declaration. And in the docs there is note stating that modification of browser.webidl.xml is forbidden, because it's generated by Microsoft Edge.
Hello.
Issue title pretty much describes the problem. Readonly property
permission
with status of permission for web notifications is not emitted in global variable, but present in interface declaration.Unfortunately, I don't know F# at all... I've tried to fix this using
addedTypes.json
, but when I add this entry, readonly propertypermission
gets emitted in every single one interface and global variable declaration. And in the docs there is note stating that modification ofbrowser.webidl.xml
is forbidden, because it's generated by Microsoft Edge.I can make a PR showing my problem, should I?
The text was updated successfully, but these errors were encountered: