Closed kenjitayama closed 9 years ago
Safari seems to have a different opinion to JavaScript standards. It treats undefined as an explicit parameter.
new window.Set(undefined) < Set size: 1 proto: Set
new window.Set() < Set size: 0 proto: Set
We'll need to workaround this in lf.structs.set code.
Wow.. I tried that for myself too. I know it's tough supporting Safari/Mobile Safari. Seen many other issues. Cheers for the hard work.
Fixed a5ebe1dc3feefebfeeb687887a717b687385444b
The Quick Start code isn't working in Mac Safari since the following commit https://github.com/google/lovefield/commit/b054565617bcb5c78608d5d496f5cc415d9f4784
how to confirm
The error is:
Mac Safari version 8.0.7 (10600.7.12)