Loading build.data fails with the following error:
DOMException: The serialized value is too large (size=233287792 bytes, max=133169152 bytes).
Tested on Chrome 56.0.2924.87 (64-bit) and Safari 9.1.2 (11601.7.7), builds made with Unity 5.5.0p4
Compressed .data packages way bellow this limit can also trigger the error since they’re stored after inflation.
Also the loader does not fallback on using the package it was attempting to store.
We’re in the process of breaking down the initial build into different asset bundles however this limit should be at least clearly documented.