I need SecureContext attribute on namespace.
Mozilla has: https://searchfox.org/firefox-main/rev/cebc55aab4d2661d1f6c2d1526362947ec4016c1/dom/bindings/parser/WebIDL.py#2271
we error: WebIDL.WebIDLError: error: Unknown extended attribute SecureContext on namespace:
|
"Unknown extended attribute %s on namespace" % identifier, |
The proper solution is to sync WebIDL py and hope for the best.
I need
SecureContextattribute on namespace.Mozilla has: https://searchfox.org/firefox-main/rev/cebc55aab4d2661d1f6c2d1526362947ec4016c1/dom/bindings/parser/WebIDL.py#2271
we error:
WebIDL.WebIDLError: error: Unknown extended attribute SecureContext on namespace:servo/components/script_bindings/third_party/WebIDL/WebIDL.py
Line 2222 in 9f73f1a
The proper solution is to sync WebIDL py and hope for the best.