Skip to content

Commit a5ac4ac

Browse files
authored
Migrate injected client to package:web (#2491)
1 parent f1ba240 commit a5ac4ac

File tree

10 files changed

+8842
-13464
lines changed

10 files changed

+8842
-13464
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 24.2.0-wip
2-
- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)` - [#2500](https://github.com/dart-lang/webdev/pull/2500)
2+
3+
- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)`. - [#2500](https://github.com/dart-lang/webdev/pull/2500)
4+
- Migrate injected client code to `package:web`. - [#2491](https://github.com/dart-lang/webdev/pull/2491)
35

46
## 24.1.0
57

0 commit comments

Comments
 (0)