Skip to content
View albertoperezf's full-sized avatar
💭
if (hungry) eat() ;
💭
if (hungry) eat() ;

Block or report albertoperezf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Git config for development Git config for development
    1
    [user]
    2
    	email = [email protected]
    3
    	name = Alberto Perez
    4
    
    
    5
    [alias]
  2. Service Worker template Service Worker template
    1
    self.addEventListener('fetch', function(event) {
    2
    	// TODO: respond to all requests with an html response
    3
    	// containing an element with class="a-winner-is-me".
    4
    	// Ensure the Content-Type of the response is "text/html"
    5
      console.log(event.request);