Skip to content

Commit

Permalink
Migrate injected client to package:web (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu16 authored Oct 7, 2024
1 parent f1ba240 commit a5ac4ac
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 a5ac4ac

Please sign in to comment.