Skip to content

Commit

Permalink
Merge branch 'main' into misc/dwds-debug-extension-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Oct 7, 2024
2 parents 4c426c0 + a5ac4ac commit cf9b7bd
Show file tree
Hide file tree
Showing 10 changed files with 8,842 additions and 13,464 deletions.
4 changes: 3 additions & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 24.2.0-wip
- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)` - [#2500](https://github.com/dart-lang/webdev/pull/2500)

- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)`. - [#2500](https://github.com/dart-lang/webdev/pull/2500)
- Migrate injected client code to `package:web`. - [#2491](https://github.com/dart-lang/webdev/pull/2491)

## 24.1.0

Expand Down
Loading

0 comments on commit cf9b7bd

Please sign in to comment.