mirror of https://github.com/gorhill/uBlock.git
Improve comment
This commit is contained in:
parent
856e8de64c
commit
3c5491a8bd
|
@ -73,8 +73,8 @@ const keyvalStore = typeof vAPI !== 'undefined'
|
||||||
// ||+------------------ bit 14: permissions filters
|
// ||+------------------ bit 14: permissions filters
|
||||||
// |+------------------- bit 15: urltransform filters
|
// |+------------------- bit 15: urltransform filters
|
||||||
// +-------------------- bit 16: replace filters
|
// +-------------------- bit 16: replace filters
|
||||||
// TODO: bit 11-16 can be combined into 3-bit value, as these are not to be
|
// TODO: bit 11-16 can be converted into 3-bit value, as these options are not
|
||||||
// combined.
|
// meant to be combined.
|
||||||
|
|
||||||
const RealmBitsMask = 0b00000000111;
|
const RealmBitsMask = 0b00000000111;
|
||||||
const ActionBitsMask = 0b00000000011;
|
const ActionBitsMask = 0b00000000011;
|
||||||
|
|
Loading…
Reference in New Issue