Skip to content

Commit

Permalink
Migrate injected client to package:web
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu16 committed Oct 3, 2024
1 parent 4f9bc05 commit 7a98931
Show file tree
Hide file tree
Showing 10 changed files with 8,843 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 7a98931

Please sign in to comment.