This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create a unique observer for each ShadowRoot or Document so detached …
…nodes with shadow roots can be collected
- Loading branch information
John Messerly
committed
Sep 23, 2014
1 parent
17e73cd
commit 165c32b
Showing
1 changed file
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
165c32b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. The takeRecords thing is a bummer, but seems like the price of doing business. We could create a version that manually walks the dom, but it doesn't seem worth it.