| commit | 85017403f30c2f0956dcdfe63b7c7ea74f5bf575 | [log] [tgz] |
|---|---|---|
| author | Srujan Gaddam <58529443+srujzs@users.noreply.github.com> | Mon Sep 23 17:05:00 2024 -0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 23 17:05:00 2024 -0700 |
| tree | 2a36d69cff7af354a09d151dd64a04039466efc9 | |
| parent | f1acb170bb02bb45b34a2d762109a41f0e10283a [diff] |
Add cross-origin window and location wrappers (#291) Closes https://github.com/dart-lang/sdk/issues/54443 Closes https://github.com/dart-lang/web/issues/247 Closes https://github.com/dart-lang/sdk/issues/54938 Since cross-origin objects have limitations around access, wrappers are introduced to do the only safe operations. Extension methods are added to get instances of these wrappers.