Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClean up unsafe Document methods #16868
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the methods taking
*mut JSRuntime, such ashandle_mouse_eventand friends should beunsafe, because they take a raw pointer and do dangerous things with it.