Skip to content

Commit cf9b7bd

Browse files
committed
Merge branch 'main' into misc/dwds-debug-extension-cleanup
2 parents 4c426c0 + a5ac4ac commit cf9b7bd

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)