dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.57k forks source link

What is the difference between Location and LocationBase? #14863

Open DartBot opened 11 years ago

DartBot commented 11 years ago

This issue was originally filed by amouravski@google.com


I can't quite figure out why LocationBase has a setter and not a getter.

This should be documented.

vsmenon commented 11 years ago

It's a same-origin policy issue. Here's one description I found:

http://javascript.info/tutorial/same-origin-security-policy#can-t-get-but-can-set

kwalrath commented 11 years ago

Added Docs-API label.

kevmoo commented 10 years ago

Removed Area-HTML label. Added Area-Library, Library-Html labels.

kasperl commented 10 years ago

Removed this from the Later milestone. Added Oldschool-Milestone-Later label.

kasperl commented 10 years ago

Removed Oldschool-Milestone-Later label.