Skip to content

Commit

Permalink
url: make WHATWG URL properties spec compliant
Browse files Browse the repository at this point in the history
* Set exposed attributes of the interface enumerable
  and configurable, as required by the spec.
  See: https://heycam.github.io/webidl/#es-attributes
* Make sure `URL#searchParams` returns `[[SameObject]]`
* Add the missing `URL#href` setter
* Reorder the properties to match
  https://url.spec.whatwg.org/#api
* Add tests for the ECMAScript property attributes

PR-URL: #10408
Fixes: #10376
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
joyeecheung authored and jasnell committed Dec 29, 2016
1 parent b7fadf0 commit 508d976
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 330 deletions.
Loading

0 comments on commit 508d976

Please sign in to comment.