Skip to content

Conversation

@noriaki
Copy link
Contributor

@noriaki noriaki commented Aug 17, 2017

  • fix position of $
  • add extensions .gif, .webp

before)

/\.(png|jpg|jpeg$)/.test(request.url)

after)

/\.(png|jpg|jpeg|gif|webp)$/.test(request.url)

Copy link
Contributor

@Garbee Garbee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than one code style nit.

browser.close();

})();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the newline at EOF.

@noriaki
Copy link
Contributor Author

noriaki commented Aug 17, 2017

OK, just fix it.

Copy link
Contributor

@ebidel ebidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ebidel ebidel merged commit 21aa0a2 into puppeteer:master Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants