webview: add blinkfeatures attribute

This commit is contained in:
Robo 2016-01-21 15:43:41 +05:30
parent 2e8a2c3a7f
commit fab34b400e
4 changed files with 23 additions and 1 deletions

View file

@ -16,6 +16,7 @@ module.exports = {
ATTRIBUTE_ALLOWPOPUPS: 'allowpopups',
ATTRIBUTE_PRELOAD: 'preload',
ATTRIBUTE_USERAGENT: 'useragent',
ATTRIBUTE_BLINKFEATURES: 'blinkfeatures',
// Internal attribute.
ATTRIBUTE_INTERNALINSTANCEID: 'internalinstanceid',