i.e. a way to say "I want to target only the current latest browsers".
Maybe there is some way to do this today, but I don't know what it is.
Setting -sMIN_CHROME_VERSION=-1, etc, doesn't quite work because that says we don't want support chrome at all.
Perhaps the explicit -sLEGACY_VM_SUPPORT=0 could set all of the MIN versions to some huge value? Or is that too magical?
Perhaps a new setting list -sBLEEDING_EDGE_VM_SUPPORT_ONLY.. i can't think if a good/short name for that though.
i.e. a way to say "I want to target only the current latest browsers".
Maybe there is some way to do this today, but I don't know what it is.
Setting
-sMIN_CHROME_VERSION=-1, etc, doesn't quite work because that says we don't want support chrome at all.Perhaps the explicit
-sLEGACY_VM_SUPPORT=0could set all of the MIN versions to some huge value? Or is that too magical?Perhaps a new setting list
-sBLEEDING_EDGE_VM_SUPPORT_ONLY.. i can't think if a good/short name for that though.