Results 5 issues of Matt Powell

This adds support for passing parameters/attributes to inline partials/blocks. This change will cause inline partials to act almost exactly the same passing parameterss to a section or (non-inline) partial (wrt...

UserData isn't synchronous and this hindrance is further exaggerated by the fact that we're loading things in an iframe. For example, it's pretty hit or miss if the following works:...

We're accessing `syncStoredKeys()` often to keep our internal cache of keys (and localStorage.length) in sync. There are things that can be done to speed up this method.

This: `localStorage.myProp = 'val';` should work the same as: `localStorage.setItem('myProp','val');`